CbmRoot
|
Hash for CbmL1LinkKey. More...
Classes | |
struct | common_type< boost::histogram::RootStyleProfileAccumulator< T >, boost::histogram::RootStyleProfileAccumulator< U > > |
Specialization for boost::histogram::accumulators::weighted_mean. More... | |
struct | hash< cbm::algo::ca::EDetectorID > |
Hash function definition for EDetectorID. More... | |
struct | hash< cbm::ca::tools::LinkKey > |
A hash specialization for ca::tools::LinkKey objects. More... | |
struct | hash< CbmL1LinkKey > |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &os, const std::vector< T > &v) |
template<typename T , typename = std::enable_if_t<cbm::algo::detail::EnumHasDict_v<T>>> | |
std::ostream & | operator<< (std::ostream &os, T t) |
template<typename T , typename = std::enable_if_t<cbm::algo::detail::EnumHasDict_v<T>>> | |
std::istream & | operator>> (std::istream &is, T &t) |
Hash for CbmL1LinkKey.
std::ostream & std::operator<< | ( | std::ostream & | os, |
const std::vector< T > & | v ) |
Definition at line 23 of file algo/base/Options.cxx.
References v.
std::ostream & std::operator<< | ( | std::ostream & | os, |
T | t ) |
Definition at line 114 of file EnumDict.h.
References cbm::algo::ToString().
std::istream & std::operator>> | ( | std::istream & | is, |
T & | t ) |
Definition at line 121 of file EnumDict.h.
References cbm::algo::FromString(), cbm::algo::detail::RaiseUnknownEntry(), and cbm::algo::detail::ValidEntries().