Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Converter< T > Struct Template Reference

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)
 

Detailed Description

template<class T>
struct drain::Converter< T >

Utility class with static conversions.

Conversion traits — specialize this for custom source types. Default: trivial copy for same type, stringstream for different types.


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