Classes | |
struct | ct_integers_list |
struct | ct_iota_1 |
struct | ct_iota_1< 0 > |
struct | hash< CTPPSDetId > |
struct | hash< DetId > |
struct | hash< DTCELinkId > |
struct | hash< JME::Binning > |
struct | hash< mtd_digitizer::MTDCellId > |
struct | hash< std::pair< unsigned int, unsigned int > > |
struct | hash< std::tuple< Head, ndims... > > |
struct | hash< std::tuple<> > |
struct | hash< TotemT2DetId > |
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) |
ostream & | operator<< (std::ostream &o, vector< std::string > const &iValue) |
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) |
Variables | |
constexpr int | kColOffset = 40 |
constexpr int | kRowOffset = 32 |
std::ostream& std::operator<< | ( | std::ostream & | out, |
const std::tuple< Types... > & | value | ||
) |
Definition at line 32 of file Utilities.h.
References MillePedeFileConverter_cfg::out, print(), and mkLumiAveragedPlots::tuple.
ostream& std::operator<< | ( | std::ostream & | o, |
vector< std::string > const & | iValue | ||
) |
Definition at line 47 of file refresh.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, EcalTangentSkim_cfg::o, and AlCaHLTBitMon_QueryRunRegistry::string.
auto std::tuple_subset | ( | const Tuple & | tpl, |
ct_integers_list< indices... > | |||
) | -> decltype(std::make_tuple(std::get<indices>(tpl)...)) |
Definition at line 59 of file Utilities.h.
Referenced by tuple_tail().
std::tuple<Tail...> std::tuple_tail | ( | const std::tuple< Head, Tail... > & | tpl | ) |
Definition at line 66 of file Utilities.h.
References tuple_subset().
Referenced by std::hash_specialization< Head, ndims >::operator()().
constexpr int std::kColOffset = 40 |
Definition at line 49 of file MTDDigitizerTypes.h.
Referenced by std::hash< mtd_digitizer::MTDCellId >::operator()().
constexpr int std::kRowOffset = 32 |
Definition at line 48 of file MTDDigitizerTypes.h.
Referenced by std::hash< mtd_digitizer::MTDCellId >::operator()().