libpqxx
The C++ client library for PostgreSQL
pqxx::nullness< CONT > Struct Template Referencefinal

A container of nonbinary data. It has no inherent null value. More...

#include <array.hxx>

+ Inheritance diagram for pqxx::nullness< CONT >:
+ Collaboration diagram for pqxx::nullness< CONT >:

Additional Inherited Members

- Static Public Member Functions inherited from pqxx::no_null< CONT >
static constexpr PQXX_PURE bool is_null (CONT const &) noexcept
 Does a given value correspond to an SQL null value? More...
 
- Static Public Attributes inherited from pqxx::no_null< CONT >
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<pqxx::internal::nonbinary_container CONT>
struct pqxx::nullness< CONT >

A container of nonbinary data. It has no inherent null value.


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