const char*
to make it behave in a way more useful to MySQL++.
More...
#include <const_string.h>
Public Types | |
typedef const_iterator | iterator |
Same as const_iterator because the data cannot be changed. |
const char*
to make it behave in a way more useful to MySQL++.
This class implements a small subset of the standard string class.
Objects are created from an existing const char*
variable by copying the pointer only. Therefore, the object pointed to by that pointer needs to exist for at least as long as the const_string object that wraps it.