![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "steam/control/argument-tuple-accept.hpp"
mix in complete set of templated bind() functions
Definition at line 113 of file argument-tuple-accept.hpp.
Public Member Functions | |
| RET | bind () |
| Accept dummy binding (0 Arg) | |
| template<typename... ARGS> | |
| RET | bind (ARGS &&...args) |
mix in bind function to create binding of arbitrary arguments | |
Accept dummy binding (0 Arg)
Definition at line 118 of file argument-tuple-accept.hpp.
Referenced by CommandRegistry_test::checkRegistration(), CommandEquality_test::execCommand(), RuntimeCheckedCommandInvoker::operator()(), CommandUse1_test::standardUse(), CommandUse1_test::statePredicates(), CommandUse1_test::stringRepresentation(), CommandSetup_test::verify_DefinitionRegistration(), CommandQueue_test::verifyBasics(), and CommandQueue_test::verifyExecutabilityCheck().
Here is the caller graph for this function:
|
inline |
mix in bind function to create binding of arbitrary arguments
Definition at line 129 of file argument-tuple-accept.hpp.
Inheritance diagram for AcceptAnyBind< TAR, BA, RET >:
Collaboration diagram for AcceptAnyBind< TAR, BA, RET >: