Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.0 DD-00006-010
6.3.3 Assignment
constexpr rc_interval<T>& operator=(const kc_interval<T>&) = default;
constexpr rc_interval<T>& operator=(const std::pair<interval<T>, interval<T>>& o);

The following assignment operators are implemented:

operator=(const rc_interval<T>&)


Standard assignment operator.

operator=(const std::pair<interval<T>, interval<T»& o)


Assign from a std::pair of normal intervals, where the first interval is the interval for the real part and the second interval is the interval for the imaginary component.