libpqxx  7.5.2
pqxx::no_null< TYPE > Struct Template Reference

Nullness traits describing a type which does not have a null value. More...

#include <strconv.hxx>

Inheritance diagram for pqxx::no_null< TYPE >:

Static Public Member Functions

static constexpr bool is_null (TYPE const &) noexcept
 Does a given value correspond to an SQL null value? More...
 

Static Public Attributes

static constexpr bool has_null = false
 Does TYPE have a "built-in null value"? More...
 
static constexpr bool always_null = false
 Are all values of this type null? More...
 

Detailed Description

template<typename TYPE>
struct pqxx::no_null< TYPE >

Nullness traits describing a type which does not have a null value.


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