![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "steam/control/argument-tuple-accept.hpp"
Helper Template for control::Command, mix-in complete set of bind(...) functions.
| TAR | the target class providing a function bindArg(Tuple<Types<T1...> >) |
| RET | common return type of bindArg() and all bind() functions |
| BASE | the base class for inheritance chaining |
Definition at line 211 of file argument-tuple-accept.hpp.
Additional Inherited Members | |
Public Member Functions inherited from AcceptAnyBind< TAR, BA, RET > | |
| RET | bind () |
| Accept dummy binding (0 Arg) | |
| template<typename... ARGS> | |
| RET | bind (ARGS &&...args) |
mix in bind function to create binding of arbitrary arguments | |
Inheritance diagram for AcceptAnyBinding< TAR, RET, BASE >:
Collaboration diagram for AcceptAnyBinding< TAR, RET, BASE >: