|
| template<class _Ty , class _Container > |
| void | swap (queue< _Ty, _Container > &_Left, queue< _Ty, _Container > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
| |
| template<class _Ty , class _Container > |
| bool | operator== (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container > |
| bool | operator!= (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container > |
| bool | operator< (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container > |
| bool | operator> (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container > |
| bool | operator<= (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container > |
| bool | operator>= (const queue< _Ty, _Container > &_Left, const queue< _Ty, _Container > &_Right) |
| |
| template<class _Ty , class _Container , class _Pr > |
| void | swap (priority_queue< _Ty, _Container, _Pr > &_Left, priority_queue< _Ty, _Container, _Pr > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) |
| |