userver: storages::postgres::io::BufferParser< boost::optional< T > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferParser< boost::optional< T > > Struct Template Reference

#include <userver/storages/postgres/io/optional.hpp>

Detailed Description

template<traits::HasParser T>
struct storages::postgres::io::BufferParser< boost::optional< T > >

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>>
 

Member Typedef Documentation

◆ BaseType

template<traits::HasParser 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.


The documentation for this struct was generated from the following file: