userver: storages::postgres::io::BufferFormatter<::utils::OptionalRef< T >, std::enable_if_t< traits::kHasFormatter< T > > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter<::utils::OptionalRef< 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<::utils::OptionalRef< T >, std::enable_if_t< traits::kHasFormatter< T > > >

Formatter specialization for utils::OptionalRef.

Definition at line 114 of file optional.hpp.

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

Public Types

using BaseType
 

Member Typedef Documentation

◆ BaseType

template<typename T >
using storages::postgres::io::BufferFormatter<::utils::OptionalRef< T >, std::enable_if_t< traits::kHasFormatter< T > > >::BaseType
Initial value:
detail::OptionalValueFormatter<::utils::OptionalRef, T>

Definition at line 117 of file optional.hpp.


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