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

Detailed Description

template<typename T>
struct storages::postgres::io::traits::ExtractionTag< T, std::enable_if_t< kIsRowType< T > > >

Definition at line 168 of file row_types.hpp.

Public Types

using type = RowTag
 
using type
 

Member Typedef Documentation

◆ type [1/2]

using storages::postgres::io::traits::ExtractionTag< T, std::enable_if_t< kIsRowType< T > > >::type

Definition at line 164 of file row_types.hpp.

◆ type [2/2]

template<typename T>
using storages::postgres::io::traits::ExtractionTag< T, std::enable_if_t< kIsRowType< T > > >::type = RowTag

Definition at line 169 of file row_types.hpp.


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