libpqxx
The C++ client library for PostgreSQL
pqxx::nullness< std::shared_ptr< T > > Struct Template Reference

#include <conversions.hxx>

Static Public Member Functions

static constexpr bool is_null (std::shared_ptr< T > const &t) noexcept
 
static constexpr std::shared_ptr< T > null ()
 

Static Public Attributes

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

Member Function Documentation

template<typename T >
static constexpr bool pqxx::nullness< std::shared_ptr< T > >::is_null ( std::shared_ptr< T > const &  t)
inlinestaticnoexcept
template<typename T >
static constexpr std::shared_ptr<T> pqxx::nullness< std::shared_ptr< T > >::null ( )
inlinestatic

Member Data Documentation

template<typename T >
constexpr bool pqxx::nullness< std::shared_ptr< T > >::always_null = false
static
template<typename T >
constexpr bool pqxx::nullness< std::shared_ptr< T > >::has_null = true
static

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