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

Detailed Description

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

Definition at line 186 of file optional.hpp.

Public Types

using ValueType = ::utils::OptionalRef<T>
 

Static Public Member Functions

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

Member Typedef Documentation

◆ ValueType

template<typename T >
using storages::postgres::io::traits::GetSetNull<::utils::OptionalRef< T > >::ValueType = ::utils::OptionalRef<T>

Definition at line 187 of file optional.hpp.

Member Function Documentation

◆ IsNull()

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

Definition at line 188 of file optional.hpp.

◆ SetDefault()

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

Definition at line 192 of file optional.hpp.

◆ SetNull()

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

Definition at line 189 of file optional.hpp.


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