stl_set.h File Reference
Go to the source code of this file.
Classes
- class set
- A standard container made up of unique keys, which can be retrieved in logarithmic time. More...
Namespaces
Defines
Functions
- template<class _Key , class _Compare , class _Alloc > bool operator!= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > bool operator< (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > bool operator<= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > bool operator== (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > bool operator> (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > bool operator>= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<class _Key , class _Compare , class _Alloc > void swap (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y)
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.