jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
func::capref_target_t implementation for functions using a reference to a captured value, identifiable as func::target_type::capref 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 (I *data_ptr, R(*function)(I *, A...)) noexcept |
func::capref_target_t implementation for functions using a reference to a captured value, identifiable as func::target_type::capref via jau::function<R(A...)>::type().
R | function return type |
I | typename holding the captured data used by the function |
A | function arguments |
Definition at line 1107 of file functional.hpp.
typedef delegate_t<R, A...> jau::func::capref_target_t< R, I, A >::delegate_type |
Definition at line 1109 of file functional.hpp.
|
inlinestaticnoexcept |