#include <userver/storages/postgres/io/optional.hpp>
Parser specialization for boost::optional.
Definition at line 72 of file optional.hpp.
Inheritance diagram for storages::postgres::io::BufferParser< boost::optional< T > >:Public Types | |
| using | BaseType = detail::OptionalValueParser<boost::optional, T, detail::kParserRequiresTypeCategories<T>> |
| using storages::postgres::io::BufferParser< boost::optional< T > >::BaseType = detail::OptionalValueParser<boost::optional, T, detail::kParserRequiresTypeCategories<T>> |
Definition at line 74 of file optional.hpp.