jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Classes | Public Types | Static Public Member Functions | List of all members
jau::func::lambda_target_t< R, L, A > Class Template Referencefinal

func::lambda_target_t implementation for lambda closures, identifiable as func::target_type::lambda via jau::function<R(A...)>::type(). More...

#include <functional.hpp>

Collaboration diagram for jau::func::lambda_target_t< R, L, A >:

Public Types

typedef delegate_t< R, A... > delegate_type
 

Static Public Member Functions

static delegate_type delegate (L function) noexcept
 

Detailed Description

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

func::lambda_target_t implementation for lambda closures, identifiable as func::target_type::lambda via jau::function<R(A...)>::type().

Template Parameters
Rfunction return type
Ltypename holding the lambda closure
Afunction arguments
See also
Function Overview

Definition at line 922 of file functional.hpp.

Member Typedef Documentation

◆ delegate_type

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

Definition at line 924 of file functional.hpp.

Member Function Documentation

◆ delegate()

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

Definition at line 953 of file functional.hpp.

Here is the caller graph for this function:

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