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