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

#include <traits.h>

Static Public Member Functions

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

Detailed Description

template<typename T>
struct art::MaybeFillView< T, std::enable_if_t< has_fillView< T >::value > >

Definition at line 148 of file traits.h.

Member Function Documentation

template<typename T >
static void art::MaybeFillView< T, std::enable_if_t< has_fillView< T >::value > >::fill ( T const &  product,
std::vector< void const * > &  view 
)
inlinestatic

Definition at line 150 of file traits.h.

151  {
152  product.fillView(view);
153  }

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