LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 130 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 144 of file aggregate.h.

145  {
146  using elem_type = std::tuple_element_t<I, Tuple>;
148  std::get<I>(other));
150  }
static void combine(Tuple &p, Tuple const &other)
Definition: aggregate.h:144
static void aggregate(T &, T const &)
Definition: aggregate.h:57

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