libstdc++
experimental/unordered_map File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define _GLIBCXX_EXPERIMENTAL_UNORDERED_MAP
 

Typedefs

template<typename _Key , typename _Tp , typename _Hash = hash<_Key>, typename _Pred = equal_to<_Key>>
using std::experimental::fundamentals_v2::pmr::unordered_map = std::unordered_map< _Key, _Tp, _Hash, _Pred, polymorphic_allocator< pair< const _Key, _Tp > > >
 
template<typename _Key , typename _Tp , typename _Hash = hash<_Key>, typename _Pred = equal_to<_Key>>
using std::experimental::fundamentals_v2::pmr::unordered_multimap = std::unordered_multimap< _Key, _Tp, _Hash, _Pred, polymorphic_allocator< pair< const _Key, _Tp > > >
 

Functions

template<typename _Key , typename _Tp , typename _Hash , typename _CPred , typename _Alloc , typename _Predicate >
void std::experimental::erase_if (unordered_map< _Key, _Tp, _Hash, _CPred, _Alloc > &__cont, _Predicate __pred)
 
template<typename _Key , typename _Tp , typename _Hash , typename _CPred , typename _Alloc , typename _Predicate >
void std::experimental::erase_if (unordered_multimap< _Key, _Tp, _Hash, _CPred, _Alloc > &__cont, _Predicate __pred)
 

Detailed Description

This is a TS C++ Library header.

Definition in file experimental/unordered_map.

Macro Definition Documentation

◆ _GLIBCXX_EXPERIMENTAL_UNORDERED_MAP

#define _GLIBCXX_EXPERIMENTAL_UNORDERED_MAP

Definition at line 30 of file experimental/unordered_map.

Typedef Documentation

◆ unordered_map

template<typename _Key , typename _Tp , typename _Hash = hash<_Key>, typename _Pred = equal_to<_Key>>
using std::experimental::fundamentals_v2::pmr::unordered_map = typedef std::unordered_map<_Key, _Tp, _Hash, _Pred, polymorphic_allocator<pair<const _Key, _Tp> >>

Definition at line 65 of file experimental/unordered_map.

◆ unordered_multimap

template<typename _Key , typename _Tp , typename _Hash = hash<_Key>, typename _Pred = equal_to<_Key>>
using std::experimental::fundamentals_v2::pmr::unordered_multimap = typedef std::unordered_multimap<_Key, _Tp, _Hash, _Pred, polymorphic_allocator<pair<const _Key, _Tp> >>

Definition at line 71 of file experimental/unordered_map.

Function Documentation

◆ erase_if() [1/2]

template<typename _Key , typename _Tp , typename _Hash , typename _CPred , typename _Alloc , typename _Predicate >
void std::experimental::fundamentals_v2::erase_if ( unordered_map< _Key, _Tp, _Hash, _CPred, _Alloc > &  __cont,
_Predicate  __pred 
)
inline

Definition at line 51 of file experimental/unordered_map.

◆ erase_if() [2/2]

template<typename _Key , typename _Tp , typename _Hash , typename _CPred , typename _Alloc , typename _Predicate >
void std::experimental::fundamentals_v2::erase_if ( unordered_multimap< _Key, _Tp, _Hash, _CPred, _Alloc > &  __cont,
_Predicate  __pred 
)
inline

Definition at line 58 of file experimental/unordered_map.