We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
template <class type1, class type2> struct pair
Contains two values of different types to facilitate comparison, search, and sorting.
type1 first
type2 second