jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
func::null_target_t implementation for no function. More...
#include <functional3.hpp>
Public Member Functions | |
null_target_t () noexcept | |
R | operator() (A...) override |
bool | operator== (const target_t< R, A... > &rhs) const noexcept override |
![]() | |
target_t (const target_t &o) noexcept=default | |
target_t (const target_t &o) noexcept=default | |
target_t (target_t &&o) noexcept=default | |
target_t (target_t &&o) noexcept=default | |
virtual | ~target_t () noexcept |
virtual | ~target_t () noexcept |
target_t & | operator= (const target_t &o) noexcept=default |
target_t & | operator= (const target_t &o) noexcept=default |
target_t & | operator= (target_t &&o) noexcept=default |
target_t & | operator= (target_t &&o) noexcept=default |
constexpr target_type | type () const noexcept |
Return the func::target_type of this invocation function wrapper. | |
constexpr target_type | type () const noexcept |
Return the func::target_type of this invocation function wrapper. | |
Additional Inherited Members | |
![]() | |
target_t (target_type ttype_) noexcept | |
target_t (target_type ttype_) 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 114 of file functional3.hpp.
|
inlinenoexcept |
Definition at line 116 of file functional3.hpp.
|
inlineoverridevirtual |
Implements jau::func::target_t< R, A... >.
Definition at line 120 of file functional3.hpp.
|
inlineoverridevirtualnoexcept |
Implements jau::func::target_t< R, A... >.
Definition at line 124 of file functional3.hpp.