KASKADE 7 development version
|
An adaptor that turns callables (e.g., lambdas) into weak function views. More...
#include <fetransfer.hh>
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... | |
|
inline |
Definition at line 1035 of file fetransfer.hh.
|
inline |
Definition at line 1040 of file fetransfer.hh.