libpqxx
The C++ client library for PostgreSQL
|
String traits for non-const C-style string ("pointer to char"). More...
Static Public Member Functions | |
static char * | into_buf (char *begin, char *end, char *const &value) |
static zview | to_buf (char *begin, char *end, char *const &value) |
static std::size_t | size_buffer (char *const &value) noexcept |
static char * | from_string (std::string_view)=delete |
Don't allow conversion to this type since it breaks const-safety. |
Static Public Attributes | |
static constexpr bool | converts_to_string {true} |
static constexpr bool | converts_from_string {false} |
String traits for non-const C-style string ("pointer to char").