boost_sqlite 1
A sqlite C++ library
|
Small wrapper for a null-terminated string that can be directly passed to C APIS. More...
#include <include/boost/sqlite/cstring_ref.hpp>
Small wrapper for a null-terminated string that can be directly passed to C APIS.
This ref can only be modified by moving the front pointer. It does not store the size, but can detect values that can directly be passed to system APIs.
It can be constructed from a char*
pointer or any class that has a c_str()
member function, e.g. std::string or boost::static_string.
Definition at line 29 of file cstring_ref.hpp.