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 169 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

Definition at line 170 of file optional.hpp.

Member Function Documentation

◆ IsNull()

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

Definition at line 171 of file optional.hpp.

◆ SetDefault()

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

Definition at line 173 of file optional.hpp.

◆ SetNull()

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

Definition at line 172 of file optional.hpp.


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