GPL_Pair
GPL_Pair
gpl
1998 12-05
CLASS
GPL_Pair - C++ generic pair
SYNOPSIS
GPL_Pair provides a generic pair of objects for use in GPL_Map.
The instantiation classes, A and B, must have a copy constructor
and equality operator but need not have void constructors.
CONSTRUCTOR
GPL_Pair(const A & a, const B & b)
Initialize with the values a and b.
OPERATORS
GPL_Boolean operator==(const GPL_Pair<A, B> & pair) const
Return TRUE if both members of the pair are equivalent to
their counterparts in pair.
SEE ALSO
GPL_Map(3)