|
void | hash_combine (std::size_t &seed) |
|
template<typename T , typename... Rest> |
void | hash_combine (std::size_t &seed, const T &v, Rest... rest) |
|
template<typename T , size_t Size> |
std::string | to_string (gsl::span< T, Size > span) |
|
template<size_t Size> |
std::string | to_string (const std::array< float, Size > &arr) |
|
std::string | to_string (const TH1F &histo) |
|
template<typename Deleter > |
std::string | to_string (const std::unique_ptr< const TH1F, Deleter > &histo_ptr) |
|
template<size_t Size> |
std::string | to_string (const std::vector< std::array< float, Size > > &arrays) |
|
template<typename Deleter > |
std::string | to_string (const std::unique_ptr< const std::vector< TObject * >, Deleter > &histos) |
|
template<typename T , size_t extent_V, class formatingFunctor = o2::rans::internal::simd::alignedArrayImpl::IdentityFormatingFunctor> |
std::ostream & | operator<< (std::ostream &stream, const gsl::span< T, extent_V > &span) |
|
Defining DataPointCompositeObject explicitly as copiable.