Utility class with static conversions.
More...
#include <Convert.h>
|
template<class T > |
static void | convert (const T &src, T &dst) |
| Trivial case: source and destination are of same class.
|
|
template<class S , class D > |
static void | convert (const S &src, D &dst) |
|
template<class D > |
static void | convert (const char *src, D &dst) |
|
Utility class with static conversions.
The documentation for this class was generated from the following file: