KASKADE 7 development version
Public Member Functions | Related Functions | List of all members
Kaskade::WeakFunctionViewAdaptor< Functor > Class Template Reference

An adaptor that turns callables (e.g., lambdas) into weak function views. More...

#include <fetransfer.hh>

Detailed Description

template<class Functor>
class Kaskade::WeakFunctionViewAdaptor< Functor >

An adaptor that turns callables (e.g., lambdas) into weak function views.

Definition at line 1032 of file fetransfer.hh.

Public Member Functions

 WeakFunctionViewAdaptor (Functor const &g_)
 
template<class ... Args>
auto value (Args... args) const
 

Related Functions

(Note that these are not member functions.)

template<class Functor >
auto makeWeakFunctionView (Functor const &g)
 A convenience function turning callables (e.g., lambda functions) into weak function views. More...
 

Constructor & Destructor Documentation

◆ WeakFunctionViewAdaptor()

template<class Functor >
Kaskade::WeakFunctionViewAdaptor< Functor >::WeakFunctionViewAdaptor ( Functor const &  g_)
inline

Definition at line 1035 of file fetransfer.hh.

Member Function Documentation

◆ value()

template<class Functor >
template<class ... Args>
auto Kaskade::WeakFunctionViewAdaptor< Functor >::value ( Args...  args) const
inline

Definition at line 1040 of file fetransfer.hh.


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