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

#include <traits.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 191 of file traits.h.

Member Function Documentation

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

Definition at line 193 of file traits.h.

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

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