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

Detailed Description

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

Definition at line 19 of file nullable_traits.hpp.

Static Public Member Functions

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

Member Function Documentation

◆ IsNull()

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

Definition at line 20 of file nullable_traits.hpp.

◆ SetDefault()

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

Definition at line 25 of file nullable_traits.hpp.

◆ SetNull()

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

Definition at line 21 of file nullable_traits.hpp.


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