CMS 3D CMS Logo

List of all members | Public Member Functions
edm::detail::doIsProductEqual< T, false > Struct Template Reference

#include <WrapperDetail.h>

Public Member Functions

bool operator() (T const &thisProduct, T const &newProduct)
 

Detailed Description

template<typename T>
struct edm::detail::doIsProductEqual< T, false >

Definition at line 139 of file WrapperDetail.h.

Member Function Documentation

template<typename T >
bool edm::detail::doIsProductEqual< T, false >::operator() ( T const &  thisProduct,
T const &  newProduct 
)
inline

Definition at line 140 of file WrapperDetail.h.

140  {
141  return true; // Should never be called
142  }