LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 55 of file aggregate.h.

Member Function Documentation

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

Definition at line 57 of file aggregate.h.

References art::errors::ProductCannotBeAggregated.

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

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

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