Content


NTL
Core
EmptyStringKeyValue

EmptyStringKeyValue


Represents empty unicode string key-value pair. Can be used as if (value == EmptyStringKeyValue) ... instead of if (value.first == L"" && value.second == L"") ... or if (value == StringKeyValue{ L"", L"" }) ... to check whether value is an empty unicode string key-value pair.

const StringKeyValue EmptyStringKeyValue;
Namespace: nitisa
Include: Nitisa/Core/Consts.h