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

#include <traits.h>

Static Public Member Functions

static void fill (cet::map_vector< T > const &product, std::vector< void const * > &view)
 

Detailed Description

template<class T>
struct art::MaybeFillView< cet::map_vector< T > >

Definition at line 201 of file traits.h.

Member Function Documentation

template<class T >
static void art::MaybeFillView< cet::map_vector< T > >::fill ( cet::map_vector< T > const &  product,
std::vector< void const * > &  view 
)
inlinestatic

Definition at line 203 of file traits.h.

204  {
205  cet::transform_all(product, std::back_inserter(view), [](auto const& p) {
206  return &p.second;
207  });
208  }
auto transform_all(Container &, OutputIt, UnaryOp)
p
Definition: test.py:223

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