CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::DoNotMergeProduct< T > Struct Template Reference

#include <Wrapper.h>

Public Member Functions

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

Detailed Description

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

Definition at line 217 of file Wrapper.h.

Member Function Documentation

template<typename T >
bool edm::DoNotMergeProduct< T >::operator() ( T ,
T const &   
)
inline

Definition at line 218 of file Wrapper.h.

218 { return true; }