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