userver: storages::postgres::io::traits::IO< T > Struct Template Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: