Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Converters
Description: Compile time type converters.Keywords: ecl converters
Tutorial Level: INTERMEDIATE
Usage
Convert from one type to another in compile time. Currently there is only the unsigned type converter.
That example is trivial, but is more useful when using it for template arguments in a class.