struct CassString
Attributes
const char * data
cass_size_t length
Functions
Constructs a string object from a null-terminated string.
Note: This does not allocate memory. The object wraps the pointer passed into this function.
Constructs a string object.
Note: This does not allocate memory. The object wraps the pointer passed into this function.