userver: storages::postgres::io::traits::Output< T, Enable > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::Output< T, Enable > Struct Template Reference

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

Detailed Description

template<typename T, typename Enable = ::utils::void_t<>>
struct storages::postgres::io::traits::Output< T, Enable >

Customisation point for formatters.

Definition at line 106 of file traits.hpp.

Public Types

using type = BufferFormatter<T>
 

Member Typedef Documentation

◆ type

template<typename T , typename Enable = ::utils::void_t<>>
using storages::postgres::io::traits::Output< T, Enable >::type = BufferFormatter<T>

Definition at line 107 of file traits.hpp.


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