Lumiera  0.pre.03
»edit your freedom«
AcceptArgumentBinding< 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::AcceptArgumentBinding< SIG, TAR, BASE >

Helper Template for Steam-Layer control::Command : mix in a bind(...) function.

Parameters
SIGfunction signature to mimic (regarding the arguments and return type)
TARthe target class providing a function bindArg(Tuple<Types<T1...> >)
BASEthe base class for inheritance chaining

Definition at line 540 of file argument-tuple-accept.hpp.

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

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