jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
func::free_target_t implementation for free functions, identifiable as func::target_type::free 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 (R(*function)(A...)) noexcept |
func::free_target_t implementation for free functions, identifiable as func::target_type::free via jau::function<R(A...)>::type().
R | function return type |
A | function arguments |
Definition at line 881 of file functional.hpp.
typedef delegate_t<R, A...> jau::func::free_target_t< R, A >::delegate_type |
Definition at line 883 of file functional.hpp.
|
inlinestaticnoexcept |