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

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

Detailed Description

template<traits::HasFormatter T>
struct storages::postgres::io::BufferFormatter< std::optional< T > >

Formatter specialization for std::optional.

Definition at line 95 of file optional.hpp.

+ Inheritance diagram for storages::postgres::io::BufferFormatter< std::optional< T > >:

Public Types

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

Member Typedef Documentation

◆ BaseType

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

Definition at line 96 of file optional.hpp.


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