Definition at line 150 of file optional.hpp.
Public Types | |
using | ValueType = std::optional<T> |
Static Public Member Functions | |
static bool | IsNull (const ValueType &v) |
static void | SetNull (ValueType &v) |
static void | SetDefault (ValueType &v) |
using storages::postgres::io::traits::GetSetNull< std::optional< T > >::ValueType = std::optional<T> |
Definition at line 151 of file optional.hpp.
|
inlinestatic |
Definition at line 152 of file optional.hpp.
|
inlinestatic |
Definition at line 154 of file optional.hpp.
|
inlinestatic |
Definition at line 153 of file optional.hpp.