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

Detailed Description

template<typename T>
requires (!detail::CustomFormatterDefined<T> && io::detail::EnableArrayFormatter<T>)
struct storages::postgres::io::traits::Output< T >

Definition at line 423 of file array_types.hpp.

Public Types

using type = io::detail::ArrayBinaryFormatter<T>
using type = io::detail::CompositeBinaryFormatter<T>
using type = io::detail::EnumFormatter<T>
using type = io::detail::EnumStrongTypedefFormatter<T>

Member Typedef Documentation

◆ type [1/4]

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

Definition at line 424 of file array_types.hpp.

◆ type [2/4]

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

Definition at line 215 of file composite_types.hpp.

◆ type [3/4]

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

Definition at line 241 of file enum_types.hpp.

◆ type [4/4]

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

Definition at line 187 of file strong_typedef.hpp.


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