jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
func::null_target_t implementation for no function. More...
#include <functional.hpp>
Public Types | |
typedef delegate_t< R, A... > | delegate_type |
Static Public Member Functions | |
static delegate_type | delegate () noexcept |
func::null_target_t implementation for no function.
identifiable as jau::func::target_type::null via jau::function<R(A...)>::type().
This special type is used for an empty jau::function instance w/o holding a function, e.g. when created with the default constructor.
R | function return type |
A | function arguments |
Definition at line 749 of file functional.hpp.
typedef delegate_t<R, A...> jau::func::null_target_t< R, A >::delegate_type |
Definition at line 751 of file functional.hpp.
|
inlinestaticnoexcept |
Definition at line 767 of file functional.hpp.