#include <userver/storages/postgres/io/optional.hpp>
Formatter specialization for utils::OptionalRef.
Definition at line 104 of file optional.hpp.
Public Types | |
using | BaseType = detail::OptionalValueFormatter<::utils::OptionalRef, T> |
using storages::postgres::io::BufferFormatter<::utils::OptionalRef< T >, std::enable_if_t< traits::kHasFormatter< T > > >::BaseType = detail::OptionalValueFormatter<::utils::OptionalRef, T> |
Definition at line 106 of file optional.hpp.