userver: storages::postgres::io::traits::GetSetNull< Null< T > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::GetSetNull< Null< T > > Struct Template Reference

Detailed Description

template<typename T>
struct storages::postgres::io::traits::GetSetNull< Null< T > >

Definition at line 32 of file null.hpp.

Static Public Member Functions

static bool IsNull (const Null< T > &)
 
static void SetNull (T &)
 
static bool IsNull (const T &)
 
static void SetNull (T &)
 
static void SetDefault (T &value)
 

Member Function Documentation

◆ IsNull() [1/2]

template<typename T>
static bool storages::postgres::io::traits::GetSetNull< Null< T > >::IsNull ( const Null< T > & )
inlinestatic

Definition at line 33 of file null.hpp.

◆ IsNull() [2/2]

static bool storages::postgres::io::traits::GetSetNull< T >::IsNull ( const T & )
inlinestatic

Definition at line 20 of file nullable_traits.hpp.

◆ SetDefault()

static void storages::postgres::io::traits::GetSetNull< T >::SetDefault ( T & value)
inlinestatic

Definition at line 25 of file nullable_traits.hpp.

◆ SetNull() [1/2]

static void storages::postgres::io::traits::GetSetNull< T >::SetNull ( T & )
inlinestatic

Definition at line 21 of file nullable_traits.hpp.

◆ SetNull() [2/2]

template<typename T>
static void storages::postgres::io::traits::GetSetNull< Null< T > >::SetNull ( T & )
inlinestatic

Definition at line 34 of file null.hpp.


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