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