Lumiera
0.pre.03
»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 565 of file argument-tuple-accept.hpp.
Additional Inherited Members | |
Public Member Functions inherited from AcceptAnyBind< TAR, BASE, RET > | |
RET | bind () |
Accept dummy binding (0 Arg) | |
RET | bind (ARGS &&...args) |
mix in bind function to create binding of arbitrary arguments | |