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

Detailed Description

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

Definition at line 129 of file optional.hpp.

Public Types

using ValueType = boost::optional<T>
 

Static Public Member Functions

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

Member Typedef Documentation

◆ ValueType

template<typename T>
using storages::postgres::io::traits::GetSetNull< boost::optional< T > >::ValueType = boost::optional<T>

Definition at line 130 of file optional.hpp.

Member Function Documentation

◆ IsNull() [1/2]

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

Definition at line 20 of file nullable_traits.hpp.

◆ IsNull() [2/2]

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

Definition at line 131 of file optional.hpp.

◆ SetDefault() [1/2]

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

Definition at line 25 of file nullable_traits.hpp.

◆ SetDefault() [2/2]

template<typename T>
static void storages::postgres::io::traits::GetSetNull< boost::optional< T > >::SetDefault ( ValueType & v)
inlinestatic

Definition at line 133 of file optional.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< boost::optional< T > >::SetNull ( ValueType & v)
inlinestatic

Definition at line 132 of file optional.hpp.


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