lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Stores an object and a pointer to a method to be called on invokation of operator (). More...
#include <callable.h>
Public Member Functions | |
LEAN_INLINE | callable_memfun (Class *obj, Signature Class::*fun) |
Stores the given object and method to be called by operator(). | |
LEAN_INLINE void | operator() () |
Calls the function stored by this callable object. |
Stores an object and a pointer to a method to be called on invokation of operator ().