LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::CanBeAggregated< T, std::enable_if_t< std::is_base_of< TH1, T >::value > > Struct Template Reference

#include "aggregate.h"

Inheritance diagram for art::detail::CanBeAggregated< T, std::enable_if_t< std::is_base_of< TH1, T >::value > >:

Static Public Member Functions

static void aggregate (T &p, T const &other)
 

Detailed Description

template<typename T>
struct art::detail::CanBeAggregated< T, std::enable_if_t< std::is_base_of< TH1, T >::value > >

Definition at line 273 of file aggregate.h.

Member Function Documentation

template<typename T >
static void art::detail::CanBeAggregated< T, std::enable_if_t< std::is_base_of< TH1, T >::value > >::aggregate ( T &  p,
T const &  other 
)
inlinestatic

Definition at line 276 of file aggregate.h.

277  {
278  p.Add(&other);
279  }

The documentation for this struct was generated from the following file: