pair<A, B> typedef

pair<A, B> = (A, B)

Implementation

typedef pair<A, B> = (A first, B second);