Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.2 DD-00006-012

9.2.3 Assignment

constexpr pair<T>& operator=(const pair<T>&) = default;

These member functions assign the values of the pair.

operator=(const pair<T>&)


Standard one-to-one assignment.