jaulib v1.1.2-85-g839acae-dirty
Jau Support Library (C++, Java, ..)
jau::function< Signature > Class Template Reference

Class template jau::function is a general-purpose static-polymorphic function wrapper. More...

Inheritance diagram for jau::function< Signature >:
Collaboration diagram for jau::function< Signature >:

Detailed Description

template<typename Signature>
class jau::function< Signature >

Class template jau::function is a general-purpose static-polymorphic function wrapper.

See Function Overview.

This is the dummy template variant, allowing the void- and non-void return type target specializations.

See also
Function template definition
Examples
test_functional.hpp, and test_functional_perf.hpp.

Definition at line 1211 of file functional.hpp.


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