interval<T>& set_whole(); interval<T>& set_empty(); interval<T>& set_lunbound(); interval<T>& set_runbound();
These assign special values to the given interval object.
Set the current interval to an unbounded state and . Returns a reference to the current
object.
Set the current interval to . Returns a reference to the current object.
Set the infinimum of the current interval as unbounded. Returns a reference to the current object.
Set the supremum of the current interval as unbounded. Returns a reference to the current object.