CMS 3D CMS Logo

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

#include <WrapperDetail.h>

Public Member Functions

bool operator() ()
 

Detailed Description

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

Definition at line 128 of file WrapperDetail.h.

Member Function Documentation

template<typename T >
bool edm::detail::getHasIsProductEqual< T, false >::operator() ( )
inline

Definition at line 129 of file WrapperDetail.h.

129  {
130  return false;
131  }