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

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

Detailed Description

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

A default deducer of parsers/formatters for a type/data format. Can be specialised for a type/format pair providing custom parsers/formatters.

Definition at line 114 of file traits.hpp.

Public Types

using ParserType = typename Input<T>::type
 
using FormatterType = typename Output<T>::type
 

Member Typedef Documentation

◆ FormatterType

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

Definition at line 116 of file traits.hpp.

◆ ParserType

template<typename T >
using storages::postgres::io::traits::IO< T >::ParserType = typename Input<T>::type

Definition at line 115 of file traits.hpp.


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