libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
pqxx::string_traits< bool > Struct Reference

Static Public Member Functions

static PQXX_LIBEXPORT bool from_string (std::string_view text)
static constexpr zview to_buf (char *, char *, bool const &value) noexcept
static char * into_buf (char *begin, char *end, bool const &value)
static constexpr std::size_t size_buffer (bool const &) noexcept

Static Public Attributes

static constexpr bool converts_to_string {true}
static constexpr bool converts_from_string {true}

Member Function Documentation

◆ from_string()

bool pqxx::string_traits< bool >::from_string ( std::string_view text)
static

◆ into_buf()

char * pqxx::string_traits< bool >::into_buf ( char * begin,
char * end,
bool const & value )
inlinestatic

◆ size_buffer()

constexpr std::size_t pqxx::string_traits< bool >::size_buffer ( bool const & )
inlinestaticconstexprnoexcept

◆ to_buf()

constexpr zview pqxx::string_traits< bool >::to_buf ( char * ,
char * ,
bool const & value )
inlinestaticconstexprnoexcept

Member Data Documentation

◆ converts_from_string

bool pqxx::string_traits< bool >::converts_from_string {true}
staticconstexpr

◆ converts_to_string

bool pqxx::string_traits< bool >::converts_to_string {true}
staticconstexpr

The documentation for this struct was generated from the following files:
  • /builddir/build/BUILD/libpqxx-7.10.5-build/libpqxx-7.10.5/redhat-linux-build/include/pqxx/internal/conversions.hxx
  • /builddir/build/BUILD/libpqxx-7.10.5-build/libpqxx-7.10.5/redhat-linux-build/src/strconv.cxx