Belle II Software development
|
Generic identity functor. More...
#include <Functional.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T > | |
T && | operator() (T &&t) const |
Operator that just returns the object itself - gets me. | |
Generic identity functor.
Definition at line 25 of file Functional.h.
|
inline |
Operator that just returns the object itself - gets me.
Definition at line 31 of file Functional.h.