LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::CanBeAggregated< T, Enable > Struct Template Reference

#include "aggregate.h"

Inheritance diagram for art::detail::CanBeAggregated< T, Enable >:

Static Public Member Functions

static void aggregate (T &, T const &)
 

Detailed Description

template<typename T, typename Enable = void>
struct art::detail::CanBeAggregated< T, Enable >

Definition at line 51 of file aggregate.h.

Member Function Documentation

template<typename T , typename Enable = void>
void art::detail::CanBeAggregated< T, Enable >::aggregate ( T &  ,
T const &   
)
inlinestatic

Definition at line 53 of file aggregate.h.

References art::errors::ProductCannotBeAggregated.

Referenced by art::Wrapper< T >::do_combine(), and art::SummedValue< sumdata::POTSummary >::update_impl().

54  {
56  << "Products of type \"" << cet::demangle_symbol(typeid(T).name())
57  << "\" cannot be aggregated.\n"
58  << "Please contact artists@fnal.gov.\n";
59  }
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66

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