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

#include <traits.h>

Inheritance diagram for art::CannotFillView< T >:
art::MaybeFillView< T, typename >

Static Public Member Functions

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

Detailed Description

template<typename T>
struct art::CannotFillView< T >

Definition at line 134 of file traits.h.

Member Function Documentation

template<typename T>
static void art::CannotFillView< T >::fill ( T const &  ,
std::vector< void const * > &   
)
inlinestatic

Definition at line 136 of file traits.h.

137  {
139  << "Product type " << cet::demangle_symbol(typeid(T).name())
140  << " has no fillView() capability.\n";
141  }
static QCString name
Definition: declinfo.cpp:673
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66

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