STLdoc
STLdocumentation
|
#include <xtree>
Classes | |
class | _Tset_traits< _Kty, _Pr, _Alloc, _Mfl > |
class | set< _Kty, _Pr, _Alloc > |
class | multiset< _Kty, _Pr, _Alloc > |
Macros | |
#define | _SET_ |
Functions | |
template<class _Kty , class _Pr , class _Alloc > | |
void | swap (set< _Kty, _Pr, _Alloc > &_Left, set< _Kty, _Pr, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
template<class _Kty , class _Pr , class _Alloc > | |
void | swap (multiset< _Kty, _Pr, _Alloc > &_Left, multiset< _Kty, _Pr, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
#define _SET_ |