libpqxx  7.0.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
 

Static Public Attributes

static constexpr bool has_null = false
 

Detailed Description

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

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

Member Function Documentation

◆ is_null()

template<typename TYPE >
static constexpr bool pqxx::no_null< TYPE >::is_null ( TYPE const &  )
staticconstexprnoexcept

Member Data Documentation

◆ has_null

template<typename TYPE >
constexpr bool pqxx::no_null< TYPE >::has_null = false
staticconstexpr

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