Represents empty UTF-8 string key-value pair. Can be used as if (value == EmptyUTF8StringKeyValue) ... instead of if (value.first == "" && value.second == "") ... or if (value == UTF8StringKeyValue{ "", "" }) ... to check whether value is an empty UTF-8 string key-value pair.
const UTF8StringKeyValue EmptyUTF8StringKeyValue;
| Namespace: | nitisa |
| Include: | Nitisa/Core/Consts.h |