#include <stlutils.h>
Public Member Functions | |
const Pair::first_type & | operator() (const Pair &x) const |
Returns the first element of the given pair. |
This class is for use with the Standard Template Library.
Pair
has a data member Pair::first
.http://www.stlport.org/
).
|
Returns the first element of the given pair.
|