Template Struct ScalarCast

Struct Documentation

template<typename To, typename From>
struct ScalarCast

Cast scalar type from type FROM to type TO.

Public Static Functions

static inline To cast(const From &value)