#include <userver/storages/postgres/io/traits.hpp>
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 |
using storages::postgres::io::traits::IO< T >::FormatterType = typename Output<T>::type |
Definition at line 116 of file traits.hpp.
using storages::postgres::io::traits::IO< T >::ParserType = typename Input<T>::type |
Definition at line 115 of file traits.hpp.