![]() |
|
Utility class with static conversions. More...
#include <Convert.h>
Static Public Member Functions | |
| static void | to (const T &src, T &dst) |
| template<class U > | |
| static void | to (const T &src, U &dst) |
Utility class with static conversions.
Conversion traits — specialize this for custom source types. Default: trivial copy for same type, stringstream for different types.
1.9.8