Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/control/argument-tuple-accept.hpp"
Helper Template for building a Functor or function-like class: Mix in a function call operator, which mimics the specified signature SIG .
This template is to be used as a base class to inherit the target type TAR from; this target type is assumed to provide a function (Tuple<TYPES..>) – where TYPES
... is the sequence of types found in the provided Signature SIG.
Definition at line 528 of file argument-tuple-accept.hpp.