Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/control/argument-tuple-accept.hpp"
mix in complete set of templated bind()
functions
Definition at line 467 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 | |