Static Public Member Functions | List of all members
Convert Class Reference

Utility class with static conversions. More...

#include <Convert.h>

Static Public Member Functions

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)
 

Detailed Description

Utility class with static conversions.


The documentation for this class was generated from the following file: