Class MEAL::NotCached
-
template<class T>
class NotCached : public MEAL::CalculatePolicy<T> An evaluation policy that does not cache calculations.
This policy always calls the context T::calculate method
An evaluation policy that does not cache calculations.
This policy always calls the context T::calculate method