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

#include <traits.h>

Static Public Member Functions

static auto get (cet::map_vector< T > const &product)
 

Detailed Description

template<typename T>
struct art::MaybeGetView< cet::map_vector< T > >

Definition at line 216 of file traits.h.

Member Function Documentation

template<typename T >
static auto art::MaybeGetView< cet::map_vector< T > >::get ( cet::map_vector< T > const &  product)
inlinestatic

Definition at line 218 of file traits.h.

219  {
220  std::vector<void const*> view;
221  cet::transform_all(product, back_inserter(view), address_of_second<T>);
222  return view;
223  }
auto transform_all(Container &, OutputIt, UnaryOp)

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