Default function for converting values to string in getParam(Verbose) functions. Uses cras::to_string(). More...
#include <get_param_options.hpp>
Static Public Member Functions | |
::std::string | to_string (const T &value) |
Convert the given value to a string representation. More... | |
Default function for converting values to string in getParam(Verbose) functions. Uses cras::to_string().
T | Type of the value to convert to string. |
Definition at line 81 of file get_param_options.hpp.
|
inlinestatic |
Convert the given value to a string representation.
T | Type of the value. |
[in] | value | The value to convert. |
Definition at line 89 of file get_param_options.hpp.