jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
func::std_target_t implementation for std::function instances, identifiable as func::target_type::std via jau::function<R(A...)>::type(). More...
#include <functional.hpp>
Public Types | |
typedef delegate_t< R, A... > | delegate_type |
Static Public Member Functions | |
static delegate_type | delegate (uint64_t id, std::function< R(A...)> function) noexcept |
func::std_target_t implementation for std::function instances, identifiable as func::target_type::std via jau::function<R(A...)>::type().
Notable, instance is holding a unique uint64_t identifier to allow implementing the equality operator, not supported by std::function.
R | function return type |
A | function arguments |
Definition at line 1153 of file functional.hpp.
typedef delegate_t<R, A...> jau::func::std_target_t< R, A >::delegate_type |
Definition at line 1155 of file functional.hpp.
|
inlinestaticnoexcept |