STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros
concurrent_unordered_set.h File Reference
#include <utility>
#include "internal_concurrent_hash.h"

Go to the source code of this file.

Classes

class  Concurrency::details::_Concurrent_unordered_set_traits< _Key_type, _Key_comparator, _Allocator_type, _Allow_multimapping >
 
class  Concurrency::concurrent_unordered_set< _Key_type, _Hasher, _Key_equality, _Allocator_type >
 The concurrent_unordered_set class is an concurrency-safe container that controls a varying-length sequence of elements of type _Key_type. The sequence is represented in a way that enables concurrency-safe append, element access, iterator access and iterator traversal operations. More...
 
class  Concurrency::concurrent_unordered_multiset< _Key_type, _Hasher, _Key_equality, _Allocator_type >
 The concurrent_unordered_multiset class is an concurrency-safe container that controls a varying-length sequence of elements of type _Key_type. The sequence is represented in a way that enables concurrency-safe append, element access, iterator access and iterator traversal operations. More...
 

Namespaces

 Concurrency
 The Concurrency namespace provides classes and functions that provide access to the Concurrency Runtime, a concurrent programming framework for C++. For more information, see Concurrency Runtime.
 
 Concurrency::details
 

Macros

#define _PPL_CONTAINER
 

Macro Definition Documentation

#define _PPL_CONTAINER