pair |
An object that contains two other objects. It is most commonly used for conveniently storing and passing pairs of objects.
T1 and T2
.true
if ( x . first == y
. first ) and ( x .
second == y . second
). This is a templatized non-member function.true
if x is lexicographically less than y
. That is, ( x . first < y
. first ) or ( x .
first == y . first
>& x . second
< y . second
). This is a templatized non-member function.Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.