1. pair #

Created Thursday 06 February 2020

Example

pair<int, int> A;
A.first, A.second; // lvalues also
A = {1, 3}; // direct assignment