userver: storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > > Struct Template Reference

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

Detailed Description

template<typename T>
struct storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > >

Parser specialization for boost::optional.

Definition at line 74 of file optional.hpp.

+ Inheritance diagram for storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > >:
+ Collaboration diagram for storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > >:

Public Types

using BaseType
 

Member Typedef Documentation

◆ BaseType

template<typename T >
using storages::postgres::io::BufferParser< boost::optional< T >, std::enable_if_t< traits::kHasParser< T > > >::BaseType
Initial value:
detail::OptionalValueParser<boost::optional, T,
detail::kParserRequiresTypeCategories<T>>

Definition at line 77 of file optional.hpp.


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