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:
Standard assignment operator.
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.