Vector of Pair

What is vector of pair in C++ and what is the addition process of it in a typical C++ program???
Not sure what you are asking.
std::vector<std::pair<int, int>> vectorOfPairOfInts;
Topic archived. No new replies allowed.