jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Classes | Public Types | Static Public Member Functions | List of all members
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 <functional.hpp>

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

Public Types

typedef delegate_t< R, A... > delegate_type
 

Static Public Member Functions

static delegate_type delegate (R(*function)(A...)) 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 881 of file functional.hpp.

Member Typedef Documentation

◆ delegate_type

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

Definition at line 883 of file functional.hpp.

Member Function Documentation

◆ delegate()

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

Definition at line 907 of file functional.hpp.

Here is the caller graph for this function:

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