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