-
Notifications
You must be signed in to change notification settings - Fork 0
pair
Ned Bingham edited this page Mar 7, 2017
·
12 revisions
template <class type1, class type2> struct pair
- first, second
operator==(pair<type1, type2> p1, pair<type1, type2> p2)
operator!=(pair<type1, type2> p1, pair<type1, type2> p2)
operator<(pair<type1, type2> p1, pair<type1, type2> p2)
operator>(pair<type1, type2> p1, pair<type1, type2> p2)
operator<=(pair<type1, type2> p1, pair<type1, type2> p2)
operator>=(pair<type1, type2> p1, pair<type1, type2> p2)