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

#include <conversions.hxx>

Static Public Member Functions

static PQXX_LIBEXPORT bool from_string (std::string_view text, ctx c={})
 
static constexpr zview to_buf (std::span< char >, bool const &value, ctx={}) noexcept
 
static constexpr std::size_t size_buffer (bool const &) noexcept
 

Member Function Documentation

◆ from_string()

bool pqxx::string_traits< bool >::from_string ( std::string_view  text,
ctx  c = {} 
)
static

◆ size_buffer()

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

◆ to_buf()

static constexpr zview pqxx::string_traits< bool >::to_buf ( std::span< char >  ,
bool const &  value,
ctx  = {} 
)
inlinestaticconstexprnoexcept

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