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

#include <conversions.hxx>

Static Public Member Functions

static std::size_t size_buffer (bytes_view const &value) noexcept
 
static zview to_buf (char *begin, char *end, bytes_view const &value)
 
static char * into_buf (char *begin, char *end, bytes_view const &value)
 

Static Public Attributes

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

Member Function Documentation

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

Member Data Documentation

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

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