CMS 3D CMS Logo

AnySelector.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_AnySelector_h
2 #define CommonTools_Utils_AnySelector_h
3 /* \class AnySelector
4  *
5  * \author Luca Lista, INFN
6  *
7  * $Id: AnySelector.h,v 1.5 2007/06/18 18:33:53 llista Exp $
8  */
9 
10 struct AnySelector {
11  template<typename T>
12  bool operator()( const T & ) const { return true; }
13 };
14 
15 #endif
bool operator()(const T &) const
Definition: AnySelector.h:12
long double T