Static Public Member Functions | List of all members
art::MaybeGetView< std::deque< T, A > > Struct Template Reference

#include <traits.h>

Static Public Member Functions

static auto get (std::deque< T > const &product)
 

Detailed Description

template<typename T, typename A>
struct art::MaybeGetView< std::deque< T, A > >

Definition at line 194 of file traits.h.

Member Function Documentation

template<typename T , typename A >
static auto art::MaybeGetView< std::deque< T, A > >::get ( std::deque< T > const &  product)
inlinestatic

Definition at line 196 of file traits.h.

197  {
198  std::vector<void const*> view;
199  cet::transform_all(product, back_inserter(view), address_of<T>);
200  return view;
201  }
auto transform_all(Container &, OutputIt, UnaryOp)

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