lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions
lean::functional::callable_fun< Signature > Class Template Reference

Stores the pointer to a function to be called on invokation of operator (). More...

#include <callable.h>

List of all members.

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.

Detailed Description

template<class Signature>
class lean::functional::callable_fun< Signature >

Stores the pointer to a function to be called on invokation of operator ().


The documentation for this class was generated from the following file: