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 &)
 

Member Function Documentation

◆ IsNull()

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.

◆ SetNull()

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: