CMS 3D CMS Logo

FreeFunctionSelector< T, f > Struct Template Reference

#include <PhysicsTools/UtilAlgos/interface/FreeFunctionSelector.h>

List of all members.

Public Member Functions

bool operator() (const T &t)


Detailed Description

template<typename T, bool f>
struct FreeFunctionSelector< T, f >

Definition at line 10 of file FreeFunctionSelector.h.


Member Function Documentation

template<typename T, bool f>
bool FreeFunctionSelector< T, f >::operator() ( const T &  t  )  [inline]

Definition at line 11 of file FreeFunctionSelector.h.

References f.

00011                               {
00012     return f(t);
00013   }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:21:02 2009 for CMSSW by  doxygen 1.5.4