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

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

Detailed Description

template<typename T>
struct storages::postgres::io::BufferFormatter< std::optional< T >, std::enable_if_t< traits::kHasFormatter< T > > >

Formatter specialization for std::optional.

Definition at line 105 of file optional.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter< std::optional< T >, std::enable_if_t< traits::kHasFormatter< T > > >:
+ Collaboration diagram for storages::postgres::io::BufferFormatter< std::optional< T >, std::enable_if_t< traits::kHasFormatter< T > > >:

Public Types

using BaseType = detail::OptionalValueFormatter<std::optional, T>
 

Member Typedef Documentation

◆ BaseType

template<typename T >
using storages::postgres::io::BufferFormatter< std::optional< T >, std::enable_if_t< traits::kHasFormatter< T > > >::BaseType = detail::OptionalValueFormatter<std::optional, T>

Definition at line 108 of file optional.hpp.


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