[ Web Proxy ]
URL:
Viewing: http://ja.cppreference.com/cpp/container/multimap [Back]  [Original]

std::multimap - cppreference.com
cppreference.com

std::multimap

: cppreference.com
<tbody> </tbody>
template< class Key, class T, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T> > > class multimap;
(1)
namespace pmr { template <class Key, class T, class Compare = std::less<Key>> using multimap = std::multimap<Key, T, Compare, std::pmr::polymorphic_allocator<std::pair<const Key,T>>>; }
(2) (C++17)

multimap Compare

(C++11)

Compare 2 a b (!comp(a, b) && !comp(b, a))

std::multimap Container, AllocatorAwareContainer, AssociativeContainer, ReversibleContainer

key_type Key [edit]
mapped_type T [edit]
value_type std::pair<const Key, T> [edit]
size_type ( std::size_t) [edit]
difference_type ( std::ptrdiff_t) [edit]
key_compare Compare [edit]
allocator_type Allocator [edit]
reference
Allocator::reference (C++11)
value_type& (C++11)
[edit]
const_reference
Allocator::const_reference (C++11)
const value_type& (C++11)
[edit]
pointer
Allocator::pointer (C++11)
std::allocator_traits<Allocator>::pointer (C++11)
[edit]
const_pointer
Allocator::const_pointer (C++11)
std::allocator_traits<Allocator>::const_pointer (C++11)
[edit]
iterator LegacyBidirectionalIterator [edit]
const_iterator const LegacyBidirectionalIterator [edit]
reverse_iterator std::reverse_iterator<iterator> [edit]
const_reverse_iterator std::reverse_iterator<const_iterator> [edit]
node_type
(C++17)
[edit]

value_type
() [edit]

multimap
() [edit]
multimap
() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]
(C++17)
() [edit]
(C++11)

() [edit]

() [edit]

() [edit]
(C++11)

() [edit]
(C++17)

() [edit]
(C++17)

() [edit]

() [edit]

() [edit]
(C++20)

() [edit]

() [edit]

() [edit]

() [edit]

() [edit]
value_type
() [edit]

multimap
() [edit]
std::swap
() [edit]

() [edit]

(C++17)


Web Proxy Viewer  |  New URL  |  Original Page