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

#include <conversions.hxx>

Static Public Member Functions

static char * into_buf (char *, char *, std::monostate)=delete
 
static constexpr zview to_buf (char *, char *, std::monostate const &) noexcept
 
static constexpr std::size_t size_buffer (std::monostate) noexcept
 
static std::monostate from_string (std::string_view)=delete
 

Static Public Attributes

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

Member Function Documentation

static std::monostate pqxx::string_traits< std::monostate >::from_string ( std::string_view  )
staticdelete
static char* pqxx::string_traits< std::monostate >::into_buf ( char *  ,
char *  ,
std::monostate   
)
staticdelete
static constexpr std::size_t pqxx::string_traits< std::monostate >::size_buffer ( std::monostate  )
inlinestaticnoexcept
static constexpr zview pqxx::string_traits< std::monostate >::to_buf ( char *  ,
char *  ,
std::monostate const &   
)
inlinestaticnoexcept

Member Data Documentation

constexpr bool pqxx::string_traits< std::monostate >::converts_from_string {false}
static
constexpr bool pqxx::string_traits< std::monostate >::converts_to_string {false}
static

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