Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Types | Public Member Functions | Static Public Member Functions | List of all members
jau::func::null_target_t< R, A > Class Template Referencefinal

func::null_target_t implementation for no function. More...

#include <functional.hpp>

Inheritance diagram for jau::func::null_target_t< R, A >:
Collaboration diagram for jau::func::null_target_t< R, A >:

Public Types

typedef delegate_t< R, A... > delegate_type
 

Public Member Functions

 null_target_t () noexcept
 
operator() (A...) override
 
bool operator== (const target_t< R, A... > &rhs) const noexcept override
 
- Public Member Functions inherited from jau::func::target_t< R, A... >
 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_toperator= (const target_t &o) noexcept=default
 
target_toperator= (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...
 

Static Public Member Functions

static delegate_type delegate () noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from jau::func::target_t< R, A... >
 target_t (target_type ttype_) noexcept
 

Detailed Description

template<typename R, typename... A>
class jau::func::null_target_t< R, A >

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.

Template Parameters
Rfunction return type
Afunction arguments
See also
Function Overview

Definition at line 749 of file functional.hpp.

Member Typedef Documentation

◆ delegate_type

template<typename R , typename... A>
typedef delegate_t<R, A...> jau::func::null_target_t< R, A >::delegate_type

Definition at line 751 of file functional.hpp.

Constructor & Destructor Documentation

◆ null_target_t()

template<typename R , typename... A>
jau::func::null_target_t< R, A >::null_target_t ( )
inlinenoexcept

Definition at line 339 of file functional2.hpp.

Member Function Documentation

◆ delegate()

template<typename R , typename... A>
static delegate_type jau::func::null_target_t< R, A >::delegate ( )
inlinestaticnoexcept

Definition at line 767 of file functional.hpp.

◆ operator()()

template<typename R , typename... A>
R jau::func::null_target_t< R, A >::operator() ( A...  )
inlineoverridevirtual

Implements jau::func::target_t< R, A... >.

Definition at line 343 of file functional2.hpp.

◆ operator==()

template<typename R , typename... A>
bool jau::func::null_target_t< R, A >::operator== ( const target_t< R, A... > &  rhs) const
inlineoverridevirtualnoexcept

Implements jau::func::target_t< R, A... >.

Definition at line 347 of file functional2.hpp.


The documentation for this class was generated from the following files: