dlib.text.str

GC-free UTF-8 string type

Members

Structs

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

Meta

Authors

Timur Gafarov