KASKADE 7 development version
|
An adaptor that allows to turn lambda functions into function views. More...
#include <fetransfer.hh>
An adaptor that allows to turn lambda functions into function views.
Space | a FEFunctionSpace on which the underlying function lives |
Functor | a callable object (e.g. a lambda function) mapping space evaluators to values |
Definition at line 1073 of file fetransfer.hh.
Public Types | |
using | Space = Space_ |
Public Member Functions | |
FunctionViewAdaptor (Space const &space, Functor const &g_) | |
Space const & | space () const |
template<class ... Args> | |
auto | value (Args... args) const |
using Kaskade::FunctionViewAdaptor< Space_, Functor >::Space = Space_ |
Definition at line 1076 of file fetransfer.hh.
|
inline |
Definition at line 1078 of file fetransfer.hh.
|
inline |
Definition at line 1081 of file fetransfer.hh.
|
inline |
Definition at line 1087 of file fetransfer.hh.