libpqxx
The C++ client library for PostgreSQL
pqxx::nullness< char * > Struct Referencefinal

#include <conversions.hxx>

Static Public Member Functions

static constexpr PQXX_PURE bool is_null (char const *t) noexcept
 
static constexpr PQXX_PURE char * null ()
 

Static Public Attributes

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

Member Function Documentation

◆ is_null()

static constexpr PQXX_PURE bool pqxx::nullness< char * >::is_null ( char const *  t)
inlinestaticconstexprnoexcept

◆ null()

static constexpr PQXX_PURE char* pqxx::nullness< char * >::null ( )
inlinestaticconstexpr

Member Data Documentation

◆ always_null

constexpr bool pqxx::nullness< char * >::always_null = false
staticconstexpr

◆ has_null

constexpr bool pqxx::nullness< char * >::has_null = true
staticconstexpr

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