libpqxx
The C++ client library for PostgreSQL
pqxx::string_traits< bool > Struct Template Reference

#include <conversions.hxx>

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

bool pqxx::string_traits< bool >::from_string ( std::string_view  text)
static
static char* pqxx::string_traits< bool >::into_buf ( char *  begin,
char *  end,
bool const &  value 
)
inlinestatic
static constexpr std::size_t pqxx::string_traits< bool >::size_buffer ( bool const &  )
inlinestaticnoexcept
static constexpr zview pqxx::string_traits< bool >::to_buf ( char *  ,
char *  ,
bool const &  value 
)
inlinestaticnoexcept

Member Data Documentation

constexpr bool pqxx::string_traits< bool >::converts_from_string {true}
static
constexpr bool pqxx::string_traits< bool >::converts_to_string {true}
static

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