STLdoc
STLdocumentation
|
Macros | |
#define | _MAP_ |
Functions | |
template<class _Kty , class _Ty , class _Pr , class _Alloc > | |
void | swap (map< _Kty, _Ty, _Pr, _Alloc > &_Left, map< _Kty, _Ty, _Pr, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
template<class _Kty , class _Ty , class _Pr , class _Alloc > | |
void | swap (multimap< _Kty, _Ty, _Pr, _Alloc > &_Left, multimap< _Kty, _Ty, _Pr, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
#define _MAP_ |