constexpr triplex<T>& operator=(const triplex<T>&) = default; triplex<T>& set(const T&, const T&, const T&);
These member functions assign the infinimum, value and supremum of the interval.
Standard one-to-one assignment.
Set the infinimum , value and supremum of the triplex.