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

#include <traits.h>

Static Public Member Functions

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

Detailed Description

template<class T, class A>
struct art::MaybeFillView< std::deque< T, A > >

Definition at line 181 of file traits.h.

Member Function Documentation

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

Definition at line 183 of file traits.h.

184  {
186  product, std::back_inserter(view), [](auto const& p) { return &p; });
187  }
auto transform_all(Container &, OutputIt, UnaryOp)
p
Definition: test.py:223

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