class
StringID::StringIDUtil
template<class T>Helper class that performs string actions on both null terminated character arrays and standard strings.
Public
Methods
staticSize
static u32 Size(const T &input)
staticCopy
static void Copy(const T &input, char *dest)
staticCompare
static bool Compare(const T &a, char *b)