Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/control/command-invocation.hpp"
transient invoker object for invoking the command based on a function provided at compile time. Because of the known signature, we're able to expose a precisely typed function invocation operator.
Definition at line 80 of file command-invocation.hpp.
Public Member Functions | |
CommandInvoker (Command c) | |
template<typename TYPES > | |
ExecResult | bindArg (Tuple< TYPES > const &args) |
Public Attributes | |
Command | com_ |