libstdc++
debug/unordered_set File Reference

Go to the source code of this file.

Classes

class  std::__debug::unordered_multiset< _Value, _Hash, _Pred, _Alloc >
 Class std::unordered_multiset with safety/checking/debug instrumentation. More...
class  std::__debug::unordered_set< _Value, _Hash, _Pred, _Alloc >
 Class std::unordered_set with safety/checking/debug instrumentation. More...

Namespaces

namespace  std
namespace  std::__debug

Macros

#define _GLIBCXX_DEBUG_UNORDERED_SET

Functions

template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
bool std::__debug::operator!= (const unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_set< _Value, _Hash, _Pred, _Alloc > &__y)
template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
bool std::__debug::operator!= (const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y)
template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
bool std::__debug::operator== (const unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_set< _Value, _Hash, _Pred, _Alloc > &__y)
template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
bool std::__debug::operator== (const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y)
template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
void std::__debug::swap (unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, unordered_set< _Value, _Hash, _Pred, _Alloc > &__y)
template<typename _Value , typename _Hash , typename _Pred , typename _Alloc >
void std::__debug::swap (unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y)

Detailed Description

This file is a GNU debug extension to the Standard C++ Library.

Definition in file debug/unordered_set.