libstdc++
map File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define _GLIBCXX_MAP
 

Typedefs

template<typename _Key , typename _Tp , typename _Cmp = std::less<_Key>>
using std::pmr::map = std::map< _Key, _Tp, _Cmp, polymorphic_allocator< pair< const _Key, _Tp > > >
 
template<typename _Key , typename _Tp , typename _Cmp = std::less<_Key>>
using std::pmr::multimap = std::multimap< _Key, _Tp, _Cmp, polymorphic_allocator< pair< const _Key, _Tp > > >
 

Functions

template<typename _Key , typename _Tp , typename _Compare , typename _Alloc , typename _Predicate >
map< _Key, _Tp, _Compare, _Alloc >::size_type std::erase_if (map< _Key, _Tp, _Compare, _Alloc > &__cont, _Predicate __pred)
 
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc , typename _Predicate >
multimap< _Key, _Tp, _Compare, _Alloc >::size_type std::erase_if (multimap< _Key, _Tp, _Compare, _Alloc > &__cont, _Predicate __pred)
 

Detailed Description

This is a Standard C++ Library header.

Definition in file map.

Macro Definition Documentation

◆ _GLIBCXX_MAP

#define _GLIBCXX_MAP

Definition at line 56 of file map.

Typedef Documentation

◆ map

template<typename _Key , typename _Tp , typename _Cmp = std::less<_Key>>
using std::pmr::map = typedef std::map<_Key, _Tp, _Cmp, polymorphic_allocator<pair<const _Key, _Tp> >>

Definition at line 78 of file map.

◆ multimap

template<typename _Key , typename _Tp , typename _Cmp = std::less<_Key>>
using std::pmr::multimap = typedef std::multimap<_Key, _Tp, _Cmp, polymorphic_allocator<pair<const _Key, _Tp> >>

Definition at line 82 of file map.