Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::nullable_datum Struct Reference

Public Member Functions

bool is_null () const noexcept
 
 operator struct datum & ()
 
 operator const ::Datum & ()
 
 operator const struct datum & () const
 
 nullable_datum (::NullableDatum d)
 
 nullable_datum (::Datum d)
 
 nullable_datum (datum d)
 

Friends

template<typename T >
from_nullable_datum (const nullable_datum &d, std::optional< memory_context > ctx)
 
template<typename T >
nullable_datum into_nullable_datum (const T &d)
 

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