Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
interface
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.3 2007/06/18 18:33:53 llista Exp $
8
*/
9
10
struct
AnyPairSelector
{
11
template
<
typename
T1,
typename
T2>
12
bool
operator()
(
const
T1 &,
const
T2 & )
const
{
return
true
; }
13
};
14
15
#endif
AnyPairSelector
Definition:
AnyPairSelector.h:10
AnyPairSelector::operator()
bool operator()(const T1 &, const T2 &) const
Definition:
AnyPairSelector.h:12
Generated for CMSSW Reference Manual by
1.8.11