Static Public Member Functions | List of all members
art::detail::CanBeAggregated< cet::map_vector< T > > Struct Template Reference

#include <aggregate.h>

Inheritance diagram for art::detail::CanBeAggregated< cet::map_vector< T > >:

Static Public Member Functions

static void aggregate (cet::map_vector< T > &p, cet::map_vector< T > const &other)
 

Detailed Description

template<typename T>
struct art::detail::CanBeAggregated< cet::map_vector< T > >

Definition at line 198 of file aggregate.h.

Member Function Documentation

template<typename T >
static void art::detail::CanBeAggregated< cet::map_vector< T > >::aggregate ( cet::map_vector< T > &  p,
cet::map_vector< T > const &  other 
)
inlinestatic

Definition at line 200 of file aggregate.h.

201  {
202  // Maybe throw exception if insert fails.
203  p.insert(other.cbegin(), other.cend());
204  }
const_iterator cend() const noexcept
Definition: map_vector.h:228
std::pair< iterator, bool > insert(value_type const &x)
Definition: map_vector.h:471
const_iterator cbegin() const noexcept
Definition: map_vector.h:223

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