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

#include <conversions.hxx>

Static Public Member Functions

static constexpr bool is_null (std::monostate const &) noexcept
 
static constexpr std::monostate null () noexcept
 

Static Public Attributes

static constexpr bool has_null = true
 
static constexpr bool always_null = true
 

Member Function Documentation

static constexpr bool pqxx::nullness< std::monostate >::is_null ( std::monostate const &  )
inlinestaticnoexcept
static constexpr std::monostate pqxx::nullness< std::monostate >::null ( )
inlinestaticnoexcept

Member Data Documentation

constexpr bool pqxx::nullness< std::monostate >::always_null = true
static
constexpr bool pqxx::nullness< std::monostate >::has_null = true
static

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