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

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

Detailed Description

template<typename T>
struct storages::postgres::io::traits::Output< T >

Customisation point for formatters.

Definition at line 107 of file traits.hpp.

Public Types

using type = BufferFormatter<T>
 

Member Typedef Documentation

◆ type

template<typename T>
using storages::postgres::io::traits::Output< T >::type = BufferFormatter<T>

Definition at line 108 of file traits.hpp.


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