odtone::truncate_cast
// In header: </home/carlos/Projectos/odtone/inc/odtone/cast.hpp> template<typename T, typename U> T truncate_cast(U from);
Cast operation, which can convert a class object into another class type.
T and U must be an integral type.
Returns:
The converted object.