Static Public Member Functions | List of all members
art::detail::AggregateTuple< I > Struct Template Reference

#include <aggregate.h>

Static Public Member Functions

template<typename Tuple >
static void combine (Tuple &p, Tuple const &other)
 

Detailed Description

template<std::size_t I>
struct art::detail::AggregateTuple< I >

Definition at line 126 of file aggregate.h.

Member Function Documentation

template<std::size_t I>
template<typename Tuple >
static void art::detail::AggregateTuple< I >::combine ( Tuple &  p,
Tuple const &  other 
)
inlinestatic

Definition at line 140 of file aggregate.h.

141  {
142  using elem_type = std::tuple_element_t<I, Tuple>;
143  CanBeAggregated<elem_type>::aggregate(std::get<I>(p), std::get<I>(other));
145  }
static void aggregate(T &, T const &)
Definition: aggregate.h:53
p
Definition: test.py:223
static void combine(Tuple &p, Tuple const &other)
Definition: aggregate.h:140

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