VectorInt::DisableSubrange Method

void DisableSubrange() const;

Prevents calls to VectorInt::SetSubRange.

Remarks:

Prevents calls to VectorInt::SetSubRange method. This can be usefull guard when an object is already working on a subrange and the user would like to further subrange an already subranged object.

See Also: VectorInt::DisableSubrange, VectorInt::EnableSubrange
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler