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

#include <conversions.hxx>

Static Public Member Functions

static char * into_buf (char *, char *, std::nullopt_t)=delete
 
static constexpr zview to_buf (char *, char *, std::nullopt_t const &) noexcept
 
static constexpr std::size_t size_buffer (std::nullopt_t) noexcept
 
static std::nullopt_t 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::nullopt_t pqxx::string_traits< std::nullopt_t >::from_string ( std::string_view  )
staticdelete
static char* pqxx::string_traits< std::nullopt_t >::into_buf ( char *  ,
char *  ,
std::nullopt_t   
)
staticdelete
static constexpr std::size_t pqxx::string_traits< std::nullopt_t >::size_buffer ( std::nullopt_t  )
inlinestaticnoexcept
static constexpr zview pqxx::string_traits< std::nullopt_t >::to_buf ( char *  ,
char *  ,
std::nullopt_t const &   
)
inlinestaticnoexcept

Member Data Documentation

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

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