jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
func::lambda_target_t implementation for lambda closures, identifiable as func::target_type::lambda 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 (L function) noexcept |
func::lambda_target_t implementation for lambda closures, identifiable as func::target_type::lambda via jau::function<R(A...)>::type().
R | function return type |
L | typename holding the lambda closure |
A | function arguments |
Definition at line 922 of file functional.hpp.
typedef delegate_t<R, A...> jau::func::lambda_target_t< R, L, A >::delegate_type |
Definition at line 924 of file functional.hpp.
|
inlinestaticnoexcept |