CMS 3D CMS Logo

Public Member Functions

edm::DoNotFillView< T > Struct Template Reference

#include <Wrapper.h>

List of all members.

Public Member Functions

void operator() (T const &, ProductID const &, std::vector< void const * > &, helper_vector_ptr &) const

Detailed Description

template<typename T>
struct edm::DoNotFillView< T >

Definition at line 102 of file Wrapper.h.


Member Function Documentation

template<typename T >
void edm::DoNotFillView< T >::operator() ( T const &  ,
ProductID const &  ,
std::vector< void const * > &  ,
helper_vector_ptr  
) const [inline]

Definition at line 103 of file Wrapper.h.

References mergeVDriftHistosByStation::name, edm::errors::ProductDoesNotSupportViews, and edm::Exception::throwThis().

                                              {
      Exception::throwThis(errors::ProductDoesNotSupportViews,
        "The product type ",
        typeid(T).name(),
        "\ndoes not support Views\n");
    }