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

#include <traits.h>

Inheritance diagram for art::CannotGetView< T >:
art::MaybeGetView< T, typename >

Static Public Member Functions

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

Detailed Description

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

Definition at line 145 of file traits.h.

Member Function Documentation

template<typename T>
static std::vector<void const*> art::CannotGetView< T >::get ( T const &  )
inlinestatic

Definition at line 147 of file traits.h.

148  {
150  << "Product type " << cet::demangle_symbol(typeid(T).name())
151  << " has no getView() capability.\n";
152  }
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: