Module dlib.text.str

GC-free UTF-8 string type

Structs

NameDescription
String 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.