|
||||
File indexing completed on 2024-04-06 12:01:18
0001 #ifndef CommonTools_Utils_AnySelector_h 0002 #define CommonTools_Utils_AnySelector_h 0003 /* \class AnySelector 0004 * 0005 * \author Luca Lista, INFN 0006 * 0007 * $Id: AnySelector.h,v 1.5 2007/06/18 18:33:53 llista Exp $ 0008 */ 0009 0010 struct AnySelector { 0011 template <typename T> 0012 bool operator()(const T&) const { 0013 return true; 0014 } 0015 }; 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |