Content


NTL
Core
EmptyString

EmptyString


Represents empty unicode string. Can be used as if (value == EmptyString) ... instead of if (value.length() == 0) ... or if (value == L"") ... to check whether value is an empty unicode string.

const String EmptyString;
Namespace: nitisa
Include: Nitisa/Core/Consts.h