Store a bound argument which may be a reference, const reference or any other type. More...
#include <rtt/BindStorage.hpp>
Public Member Functions | |
AStore (T t) | |
T | operator() () |
void | operator() (T a) |
Public Attributes | |
T | arg |
Store a bound argument which may be a reference, const reference or any other type.
Definition at line 327 of file BindStorage.hpp.