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