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> |
| using storages::postgres::io::traits::Output< T >::type = io::detail::ArrayBinaryFormatter<T> |
Definition at line 424 of file array_types.hpp.
| using storages::postgres::io::traits::Output< T >::type = io::detail::CompositeBinaryFormatter<T> |
Definition at line 215 of file composite_types.hpp.
| using storages::postgres::io::traits::Output< T >::type = io::detail::EnumFormatter<T> |
Definition at line 241 of file enum_types.hpp.
| using storages::postgres::io::traits::Output< T >::type = io::detail::EnumStrongTypedefFormatter<T> |
Definition at line 187 of file strong_typedef.hpp.