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

Member Typedef Documentation

◆ ValueType

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

Definition at line 145 of file optional.hpp.

Member Function Documentation

◆ IsNull()

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

Definition at line 146 of file optional.hpp.

◆ SetDefault()

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

Definition at line 148 of file optional.hpp.

◆ SetNull()

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

Definition at line 147 of file optional.hpp.


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