WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::type_repeater< N, T > Struct Template Reference

#include <TupleHelpers.h>

Public Attributes

decltype(std::tuple_cat(std::tuple< T >(), typename type_repeater< N-1, T >::type())) typedef type
 

Detailed Description

template<std::size_t N, typename T>
struct WireCell::type_repeater< N, T >

Make an N-tuple of elements all the same type

type_repeater<3, float>::type blah;

Definition at line 211 of file TupleHelpers.h.

Member Data Documentation

◆ type

template<std::size_t N, typename T >
decltype(std::tuple_cat(std::tuple<T>(), typename type_repeater<N-1, T>::type())) typedef WireCell::type_repeater< N, T >::type

Definition at line 212 of file TupleHelpers.h.


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