stl_multiset.h File Reference


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_multiset.h.#include <bits/concept_check.h>

Include dependency graph for stl_multiset.h:

Include dependency graph

Go to the source code of this file.

Namespaces

Classes

Defines

Functions


Function Documentation

bool operator!= const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Returns !(x == y).

Definition at line 551 of file stl_multiset.h.

bool operator< const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Multiset ordering relation.

Parameters:
x A multiset.
y A multiset of the same type as x.
Returns:
True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the maps. The elements must be comparable with <.

See std::lexicographical_compare() for how the determination is made. Definition at line 544 of file stl_multiset.h.

bool operator<= const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Returns !(y < x).

Definition at line 565 of file stl_multiset.h.

bool operator== const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Multiset equality comparison.

Parameters:
x A multiset.
y A multiset of the same type as x.
Returns:
True iff the size and elements of the multisets are equal.
This is an equivalence relation. It is linear in the size of the multisets. Multisets are considered equivalent if their sizes are equal, and if corresponding elements compare equal. Definition at line 527 of file stl_multiset.h.

bool operator> const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Returns y < x.

Definition at line 558 of file stl_multiset.h.

References std::operator>().

bool operator>= const multiset< Key, Compare, Alloc > &  x,
const multiset< Key, Compare, Alloc > &  y
[inline]
 

Returns !(x < y).

Definition at line 572 of file stl_multiset.h.

References std::operator>=().

void swap multiset< Key, Compare, Alloc > &  x,
multiset< Key, Compare, Alloc > &  y
[inline]
 

See std::multiset::swap().

Definition at line 579 of file stl_multiset.h.

References multiset::swap(), and std::swap().


Generated on Sun Sep 12 15:50:05 2004 for libstdc++ source by doxygen 1.3.8