STLdoc
STLdocumentation
|
Namespaces | |
experimental | |
experimental::fundamentals_v2 | |
Macros | |
#define | _EXPERIMENTAL_UNORDERED_SET_ |
Functions | |
template<class _Kty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > | |
void | experimental::fundamentals_v2::erase_if (unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
template<class _Kty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > | |
void | experimental::fundamentals_v2::erase_if (unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
#define _EXPERIMENTAL_UNORDERED_SET_ |