CMS 3D CMS Logo

List of all members | Public Member Functions
edm::detail::doIsProductEqual< T, true > 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, true >

Definition at line 134 of file WrapperDetail.h.

Member Function Documentation

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

Definition at line 135 of file WrapperDetail.h.

135  {
136  return thisProduct.isProductEqual(newProduct);
137  }