Lumiera  0.pre.03
»edit your freedom«
AcceptArgumentTuple< SIG, TAR, BASE > Class Template Reference

#include "steam/control/argument-tuple-accept.hpp"

Description

template<typename SIG, class TAR, class BASE = bind_arg::Dummy>
class steam::control::AcceptArgumentTuple< SIG, TAR, BASE >

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.

+ Inheritance diagram for AcceptArgumentTuple< SIG, TAR, BASE >:
+ Collaboration diagram for AcceptArgumentTuple< SIG, TAR, BASE >:

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