userver: storages::postgres::io::traits::Output< Range< T >, std::enable_if_t< kHasFormatter< T > > > Struct Template Reference
Loading...
Searching...
No Matches
storages::postgres::io::traits::Output< Range< T >, std::enable_if_t< kHasFormatter< T > > > Struct Template Reference

Detailed Description

template<typename T>
struct storages::postgres::io::traits::Output< Range< T >, std::enable_if_t< kHasFormatter< T > > >

Definition at line 422 of file range_types.hpp.

Public Types

using type = io::detail::RangeBinaryFormatter<T>
 

Member Typedef Documentation

◆ type

template<typename T >
using storages::postgres::io::traits::Output< Range< T >, std::enable_if_t< kHasFormatter< T > > >::type = io::detail::RangeBinaryFormatter<T>

Definition at line 423 of file range_types.hpp.


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