#include <TupleHelpers.h>
Public Attributes | |
decltype(std::tuple_cat(std::tuple< T >(), typename type_repeater< N-1, T >::type())) typedef | type |
Make an N-tuple of elements all the same type
type_repeater<3, float>::type blah;
Definition at line 211 of file TupleHelpers.h.
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.