The MAUVE Toolchain
|
Namespace containing conversion functions. More...
Functions | |
template<typename T , typename U > | |
bool | convert (const T &t, U &u) |
The conversion function. More... | |
Namespace containing conversion functions.
bool mauve::ros::conversions::convert | ( | const T & | t, |
U & | u | ||
) |
The conversion function.
T | source type |
U | target type |
t | the source data to convert |
u | the target data |