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

#include "aggregate.h"

Inheritance diagram for art::detail::CanBeAggregated< T, std::enable_if_t< has_aggregate< 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< has_aggregate< T >::value > >

Definition at line 75 of file aggregate.h.

Member Function Documentation

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

Definition at line 78 of file aggregate.h.

79  {
80  p.aggregate(other);
81  }

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