jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
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.

Class template jau::function is a general-purpose 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_perf.hpp.

Definition at line 1240 of file functional.hpp.


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