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 203 of file type_traits.hpp.

Public Types

using type
 

Member Typedef Documentation

◆ type

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

Definition at line 204 of file type_traits.hpp.


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