libpqxx
The C++ client library for PostgreSQL
|
String traits for builtin integral types (though not bool). More...
Static Public Member Functions | |
static PQXX_LIBEXPORT T | from_string (std::string_view text) |
static PQXX_LIBEXPORT zview | to_buf (char *begin, char *end, T const &value) |
static PQXX_LIBEXPORT char * | into_buf (char *begin, char *end, T const &value) |
static constexpr std::size_t | size_buffer (T const &) noexcept |
Static Public Attributes | |
static constexpr bool | converts_to_string {true} |
static constexpr bool | converts_from_string {true} |
String traits for builtin integral types (though not bool).