Class MEAL::Cast

template<class To, class From>
class Cast : public To

Converts an evaluable model to one of another type.

Public Functions

inline Cast(From *_from)

Default constructor.