[next] [prev] [prev-tail] [tail] [up]
constexpr pair<T>& operator=(const pair<T>&) = default;
These member functions assign the values of the pair.
Standard one-to-one assignment.
[next] [prev] [prev-tail] [front] [up]