Content


NTL
Core
EmptyUTF8String

EmptyUTF8String


Represents empty UTF-8 string. Can be used as if (value == EmptyUTF8String) ... instead of if (value.length() == 0) ... or if (value == "") ... to check whether value is an empty UTF-8 string.

const UTF8String EmptyUTF8String;
Namespace: nitisa
Include: Nitisa/Core/Consts.h