Template Struct cast

Struct Documentation

template<typename From, typename To>
struct cast

Default cast algo to cast a From to To. Can be specialized for any types.

Public Static Functions

static inline To run(const From &from)