Callable setter object.
More...
#include <param_setter.h>
template<typename... Params>
class ugcs::vsm::param_setter_internal::Param_setter< Params >
Callable setter object.
template<typename... Params>
Construct the setter.
- Parameters
-
params | Variables which will be linked to the setter object. References to them are stored in the setter and value is modified when the setter is called. |
template<typename... Params>
Set values to the linked variables.
- Parameters
-
values | Values to set. Should correspond to the variables list provided to the constructor. |
The documentation for this class was generated from the following file: