![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "lib/meta/function-closure.hpp"
Helper to package a given invokable, so that it has a well defined function signature.
operator() because then decltype(operator()) would be ambiguous, breaking the detection of the function signature. Definition at line 190 of file function-closure.hpp.
Static Public Member Functions | |
| template<class FUN > | |
| static auto | buildWrapper (FUN &&fun) |
Definition at line 194 of file function-closure.hpp.
Collaboration diagram for AdaptInvokable< ARGS >: