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

#include <conversions.hxx>

Static Public Member Functions

static constexpr zview to_buf (std::span< char >, std::nullptr_t const &, ctx={}) noexcept
 
static constexpr std::size_t size_buffer (std::nullptr_t=nullptr) noexcept
 
static std::nullptr_t from_string (std::string_view, ctx={})=delete
 

Member Function Documentation

◆ from_string()

static std::nullptr_t pqxx::string_traits< std::nullptr_t >::from_string ( std::string_view  ,
ctx  = {} 
)
staticdelete

◆ size_buffer()

static constexpr std::size_t pqxx::string_traits< std::nullptr_t >::size_buffer ( std::nullptr_t  = nullptr)
inlinestaticconstexprnoexcept

◆ to_buf()

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

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