libcstl
|
A string object. More...
#include <_string.h>
A string object.
The string object holds a "string" of characters in a contiguous area of memory followed by a nul character. The nul character is always maintained by the object and not included in the size of the string.