Default function for converting param server types to result types. More...
#include <get_param_options.hpp>
Static Public Member Functions | |
static ResultType | toResult (const ParamServerType &value) |
Function converting ParamServerType values to ResultType. More... | |
Default function for converting param server types to result types.
ResultType | Type of getParam() result. |
ParamServerType | Type of the intermediate value to which the XmlRpcValue param is converted. |
Definition at line 30 of file get_param_options.hpp.
|
inlinestatic |
Function converting ParamServerType values to ResultType.
[in] | value | The value to convert. |
std::runtime_error | If the conversion failed. |
Definition at line 38 of file get_param_options.hpp.