A template class for generalizing the callable entity concept. More...
#include <hfunctor.h>
List of all members.
You can test if the object can be invoked simply by issuing if (FunctorObject) { ... }
if (FunctorObject) { ... }