stl_pair.h File Reference

Go to the source code of this file.

Namespaces

namespace  std

Classes

struct  std::pair< _T1, _T2 >
 pair holds two objects of arbitrary type. More...

Defines

#define _PAIR_H   1

Functions

template<class _T1, class _T2>
bool std::operator== (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 Two pairs of the same type are equal iff their members are equal.
template<class _T1, class _T2>
bool std::operator< (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 <http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#pairlt>
template<class _T1, class _T2>
bool std::operator!= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 Uses operator== to find the result.
template<class _T1, class _T2>
bool std::operator> (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 Uses operator< to find the result.
template<class _T1, class _T2>
bool std::operator<= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 Uses operator< to find the result.
template<class _T1, class _T2>
bool std::operator>= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
 Uses operator< to find the result.
template<class _T1, class _T2>
pair< _T1, _T2 > std::make_pair (_T1 __x, _T2 __y)
 A convenience wrapper for creating a pair from two objects.


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_pair.h.


Define Documentation

#define _PAIR_H   1

Definition at line 62 of file stl_pair.h.


Generated on Tue Feb 2 16:57:28 2010 for GNU C++ STL by  doxygen 1.4.7