STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Functions
hash_set File Reference
#include <xhash>

Classes

class  stdext::_Hset_traits< _Kty, _Tr, _Alloc, _Mfl >
 
class  stdext::hash_set< _Kty, _Tr, _Alloc >
 
class  stdext::hash_multiset< _Kty, _Tr, _Alloc >
 

Namespaces

 stdext
 

Macros

#define _HASH_SET_
 

Functions

template<class _Kty , class _Tr , class _Alloc >
void stdext::swap (hash_set< _Kty, _Tr, _Alloc > &_Left, hash_set< _Kty, _Tr, _Alloc > &_Right)
 
template<class _Kty , class _Tr , class _Alloc >
bool stdext::operator== (const hash_set< _Kty, _Tr, _Alloc > &_Left, const hash_set< _Kty, _Tr, _Alloc > &_Right)
 
template<class _Kty , class _Tr , class _Alloc >
bool stdext::operator!= (const hash_set< _Kty, _Tr, _Alloc > &_Left, const hash_set< _Kty, _Tr, _Alloc > &_Right)
 
template<class _Kty , class _Tr , class _Alloc >
void stdext::swap (hash_multiset< _Kty, _Tr, _Alloc > &_Left, hash_multiset< _Kty, _Tr, _Alloc > &_Right)
 
template<class _Kty , class _Tr , class _Alloc >
bool stdext::operator== (const hash_multiset< _Kty, _Tr, _Alloc > &_Left, const hash_multiset< _Kty, _Tr, _Alloc > &_Right)
 
template<class _Kty , class _Tr , class _Alloc >
bool stdext::operator!= (const hash_multiset< _Kty, _Tr, _Alloc > &_Left, const hash_multiset< _Kty, _Tr, _Alloc > &_Right)
 

Macro Definition Documentation

#define _HASH_SET_