libpqxx  7.2.0
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
 

Static Public Attributes

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

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: