DESY Hbb Analysis Framework
|
Classes | |
struct | ct_integers_list |
struct | ct_iota_1 |
struct | ct_iota_1< 0 > |
struct | hash< JME::Binning > |
struct | hash< std::tuple< Head, ndims... > > |
struct | hash< std::tuple<> > |
struct | hash_specialization |
struct | hash_specialization< float > |
struct | tuple_printer |
struct | tuple_printer< Type, N, N > |
Functions | |
template<typename... Types> | |
std::ostream & | operator<< (std::ostream &out, const std::tuple< Types... > &value) |
template<size_t... indices, typename Tuple > | |
auto | tuple_subset (const Tuple &tpl, ct_integers_list< indices... >) -> decltype(std::make_tuple(std::get< indices >(tpl)...)) |
template<typename Head , typename... Tail> | |
std::tuple< Tail... > | tuple_tail (const std::tuple< Head, Tail... > &tpl) |
std::ostream& std::operator<< | ( | std::ostream & | out, |
const std::tuple< Types... > & | value | ||
) |
Definition at line 35 of file Utilities.h.
References std::tuple_printer< Type, N, Last >::print().
auto std::tuple_subset | ( | const Tuple & | tpl, |
ct_integers_list< indices... > | |||
) | -> decltype(std::make_tuple(std::get<indices>(tpl)...)) |
Definition at line 65 of file Utilities.h.
Referenced by tuple_tail().
std::tuple<Tail...> std::tuple_tail | ( | const std::tuple< Head, Tail... > & | tpl | ) |
Definition at line 73 of file Utilities.h.
References tuple_subset(), and naf_mult_submit::type.
Referenced by std::hash_specialization< Head, ndims >::operator()().