|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
func::target_t pure-virtual interface for jau::function. More...
#include <functional2.hpp>
Public Member Functions | |
| target_t (const target_t &o) noexcept=default | |
| target_t (target_t &&o) noexcept=default | |
| virtual | ~target_t () noexcept |
| virtual R | operator() (A... args)=0 |
| target_t & | operator= (const target_t &o) noexcept=default |
| target_t & | operator= (target_t &&o) noexcept=default |
| virtual bool | operator== (const target_t< R, A... > &rhs) const noexcept=0 |
| constexpr target_type | type () const noexcept |
| Return the func::target_type of this invocation function wrapper. More... | |
Protected Member Functions | |
| target_t (target_type ttype_) noexcept | |
func::target_t pure-virtual interface for jau::function.
| R | function return type |
| A | function arguments |
Definition at line 302 of file functional2.hpp.
|
inlineprotectednoexcept |
Definition at line 307 of file functional2.hpp.
|
inlinevirtualnoexcept |
Definition at line 311 of file functional2.hpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlineconstexprnoexcept |
Return the func::target_type of this invocation function wrapper.
Definition at line 319 of file functional2.hpp.
|
pure virtual |
|
pure virtualnoexcept |