userver: storages::postgres::io::BufferFormatter<::utils::OptionalRef< T > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::BufferFormatter<::utils::OptionalRef< T > > Struct Template Reference

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

Detailed Description

template<traits::HasFormatter T>
struct storages::postgres::io::BufferFormatter<::utils::OptionalRef< T > >

Formatter specialization for utils::OptionalRef.

Definition at line 102 of file optional.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter<::utils::OptionalRef< T > >:

Public Types

using BaseType = detail::OptionalValueFormatter<::utils::OptionalRef, T>
 

Member Typedef Documentation

◆ BaseType

template<traits::HasFormatter T>
using storages::postgres::io::BufferFormatter<::utils::OptionalRef< T > >::BaseType = detail::OptionalValueFormatter<::utils::OptionalRef, T>

Definition at line 104 of file optional.hpp.


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