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

Detailed Description

template<typename... T>
struct storages::postgres::io::traits::AddTupleConstRef< std::tuple< T... > >

Definition at line 195 of file type_traits.hpp.

Public Types

using type = std::tuple<std::add_const_t<std::add_lvalue_reference_t<std::decay_t<T>>>...>
 

Member Typedef Documentation

◆ type

template<typename... T>
using storages::postgres::io::traits::AddTupleConstRef< std::tuple< T... > >::type = std::tuple<std::add_const_t<std::add_lvalue_reference_t<std::decay_t<T>>>...>

Definition at line 196 of file type_traits.hpp.


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