libpqxx  7.9.0
pqxx::nullness< range< TYPE > > Struct Template Reference

A range type does not have an innate null value. More...

#include <range.hxx>

Inheritance diagram for pqxx::nullness< range< TYPE > >:

Additional Inherited Members

- Static Public Member Functions inherited from pqxx::no_null< range< TYPE > >
static constexpr bool is_null (range< TYPE > const &) noexcept
 Does a given value correspond to an SQL null value? More...
 
- Static Public Attributes inherited from pqxx::no_null< range< TYPE > >
static constexpr bool has_null
 Does TYPE have a "built-in null value"? More...
 
static constexpr bool always_null
 Are all values of this type null? More...
 

Detailed Description

template<typename TYPE>
struct pqxx::nullness< range< TYPE > >

A range type does not have an innate null value.


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