CMS 3D CMS Logo

Public Member Functions

edm::DoIsProductEqual< T > Struct Template Reference

#include <Wrapper.h>

List of all members.

Public Member Functions

bool operator() (T const &a, T const &b) const

Detailed Description

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

Definition at line 233 of file Wrapper.h.


Member Function Documentation

template<typename T >
bool edm::DoIsProductEqual< T >::operator() ( T const &  a,
T const &  b 
) const [inline]

Definition at line 234 of file Wrapper.h.

{ return a.isProductEqual(b); }