stl_set.h File Reference

#include <bits/concept_check.h>

Include dependency graph for stl_set.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  std::set< Key, Compare, Alloc >
 A standard container made up of unique keys, which can be retrieved in logarithmic time. More...

Functions

template<class Key, class Compare, class Alloc>
bool std::operator== (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Set equality comparison.
template<class Key, class Compare, class Alloc>
bool std::operator< (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Set ordering relation.
template<class Key, class Compare, class Alloc>
bool std::operator!= (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Returns !(x == y).
template<class Key, class Compare, class Alloc>
bool std::operator> (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Returns y < x.
template<class Key, class Compare, class Alloc>
bool std::operator<= (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Returns !(y < x).
template<class Key, class Compare, class Alloc>
bool std::operator>= (const set< Key, Compare, Alloc > &x, const set< Key, Compare, Alloc > &y)
 Returns !(x < y).
template<class Key, class Compare, class Alloc>
void std::swap (set< Key, Compare, Alloc > &x, set< Key, Compare, Alloc > &y)
 See std::set::swap().


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_set.h.


Generated on Thu May 8 10:00:22 2008 for libstdc++-v3 Source by  doxygen 1.5.5