Basic string that uses framework's memory allocators.
Definition String.hpp:60
String toString(const CiString &s)
Definition CiString.hpp:20
CiString toCiString(const String &s)
Definition CiString.hpp:17
CiBasicStringView< T > toCaseInsensitive(const BasicString< T, RawAllocator > &view)
Definition String.hpp:294
CiBasicString< char > CiString
Narrow case-insensitive string used for handling narrow encoded text (either locale specific ANSI or ...
Definition String.hpp:252
BasicStringView< T > toCaseSensitive(const CiBasicString< T, RawAllocator > &view)
Definition String.hpp:303
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25