boost_sqlite 1
A sqlite C++ library
Loading...
Searching...
No Matches
boost::sqlite::cstring_ref Struct Reference

Small wrapper for a null-terminated string that can be directly passed to C APIS. More...

#include <include/boost/sqlite/cstring_ref.hpp>

Detailed Description

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.


The documentation for this struct was generated from the following file: