template<UInt num>
struct maxon::NumToString< num >
Converts an unsigned integer numerical value to a character string. For instance, the following will yield and InternedId with a value of "228".
#define MCOMMAND_DISCONNECT 228
static Result< InternedId > Create()
Definition: datatypelib.h:99
#define iferr_scope
Definition: resultbase.h:1384
#define iferr_return
Definition: resultbase.h:1519
Definition: numtostring.h:32