The Gaudi Framework  master (37c0b60a)
Gaudi::Monitoring::details Namespace Reference

Classes

struct  has_mergeAndReset_method
 
struct  has_mergeAndReset_method< Arg, std::void_t< decltype(mergeAndReset(std::declval< Arg & >(), std::declval< Arg & >()))> >
 
struct  has_reset_method
 
struct  has_reset_method< Arg, std::void_t< decltype(reset(std::declval< Arg & >()))> >
 

Variables

template<typename Arg >
constexpr bool has_reset_method_v = has_reset_method<Arg>::value
 
template<typename Arg >
constexpr bool has_mergeAndReset_method_v = has_mergeAndReset_method<Arg>::value
 

Variable Documentation

◆ has_mergeAndReset_method_v

template<typename Arg >
constexpr bool Gaudi::Monitoring::details::has_mergeAndReset_method_v = has_mergeAndReset_method<Arg>::value
constexpr

Definition at line 42 of file MonitoringHub.h.

◆ has_reset_method_v

template<typename Arg >
constexpr bool Gaudi::Monitoring::details::has_reset_method_v = has_reset_method<Arg>::value
constexpr

Definition at line 33 of file MonitoringHub.h.