jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::func::free_target_t< R, A > Class Template Referencefinal

func::free_target_t implementation for free functions, identifiable as func::target_type::free via jau::function<R(A...)>::type(). More...

#include <functional3.hpp>

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

Public Member Functions

 free_target_t (R(*_function)(A...)) noexcept
 
operator() (A... args) 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 (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_toperator= (const target_t &o) noexcept=default
 
target_toperator= (const target_t &o) noexcept=default
 
target_toperator= (target_t &&o) noexcept=default
 
target_toperator= (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

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

Detailed Description

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

func::free_target_t implementation for free functions, identifiable as func::target_type::free via jau::function<R(A...)>::type().

Template Parameters
Rfunction return type
Afunction arguments
See also
Function Overview

Definition at line 183 of file functional3.hpp.

Constructor & Destructor Documentation

◆ free_target_t()

template<typename R, typename... A>
jau::func::free_target_t< R, A >::free_target_t ( R(* _function )(A...))
inlinenoexcept

Definition at line 188 of file functional3.hpp.

Here is the caller graph for this function:

Member Function Documentation

◆ operator()()

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

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

Definition at line 192 of file functional3.hpp.

◆ operator==()

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

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

Definition at line 196 of file functional3.hpp.


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