jaulib v1.3.6
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 <functional3.hpp>
Public Member Functions | |
free_target_t (R(*_function)(A...)) noexcept | |
R | operator() (A... args) 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::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 183 of file functional3.hpp.
|
inlinenoexcept |
|
inlineoverridevirtual |
Implements jau::func::target_t< R, A... >.
Definition at line 192 of file functional3.hpp.
|
inlineoverridevirtualnoexcept |
Implements jau::func::target_t< R, A... >.
Definition at line 196 of file functional3.hpp.