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

Detailed Description

template<typename T>
requires (!detail::CustomParserDefined<T> && io::detail::EnableArrayParser<T>)
struct storages::postgres::io::traits::Input< T >

Definition at line 417 of file array_types.hpp.

Public Types

using type = io::detail::ArrayBinaryParser<T>
using type = io::detail::CompositeBinaryParser<T>
using type = io::detail::EnumParser<T>
using type = io::detail::EnumStrongTypedefParser<T>

Member Typedef Documentation

◆ type [1/4]

template<typename T>
using storages::postgres::io::traits::Input< T >::type = io::detail::ArrayBinaryParser<T>

Definition at line 418 of file array_types.hpp.

◆ type [2/4]

template<typename T>
using storages::postgres::io::traits::Input< T >::type = io::detail::CompositeBinaryParser<T>

Definition at line 208 of file composite_types.hpp.

◆ type [3/4]

template<typename T>
using storages::postgres::io::traits::Input< T >::type = io::detail::EnumParser<T>

Definition at line 231 of file enum_types.hpp.

◆ type [4/4]

template<typename T>
using storages::postgres::io::traits::Input< T >::type = io::detail::EnumStrongTypedefParser<T>

Definition at line 192 of file strong_typedef.hpp.


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