Описание тега std-pair
A std::pair is an ordered, heterogeneous sequence of exactly two objects (it is a special case of std::tuple).
std::pair
is a part of the C++ Standard Library, defined in the header <utility>
.