CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AnyPairSelector.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_AnyPairSelector_h
2 #define CommonTools_Utils_AnyPairSelector_h
3 /* \class AnyPairSelector
4  *
5  * \author Luca Lista, INFN
6  *
7  * $Id: AnyPairSelector.h,v 1.1 2009/02/24 14:10:18 llista Exp $
8  */
9 
11  template<typename T1, typename T2>
12  bool operator()( const T1 &, const T2 & ) const { return true; }
13 };
14 
15 #endif
bool operator()(const T1 &, const T2 &) const