GC-free UTF-8 string type
GC-free UTF-8 string type based on dlib.container.array. Stores up to 128 bytes without dynamic memory allocation, so short strings are processed very fast. String is always zero-terminated and directly compatible with C.
See Source File
Boost License 1.0.
Timur Gafarov 2018-2021.
Timur Gafarov
GC-free UTF-8 string type