Static Public Member Functions | List of all members
art::detail::TwoArgInsert< CONTAINER > Struct Template Reference

#include <CollectionUtilities.h>

Static Public Member Functions

static void concatenate (CONTAINER &out, CONTAINER const &in)
 

Detailed Description

template<typename CONTAINER>
struct art::detail::TwoArgInsert< CONTAINER >

Definition at line 237 of file CollectionUtilities.h.

Member Function Documentation

template<typename CONTAINER >
static void art::detail::TwoArgInsert< CONTAINER >::concatenate ( CONTAINER &  out,
CONTAINER const &  in 
)
inlinestatic

Definition at line 239 of file CollectionUtilities.h.

240  {
241  out.insert(in.begin(), in.end());
242  }

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