(C++17) | ||||
Sequence | ||||
(C++11) | ||||
(C++26) | ||||
(C++26) | ||||
(C++11) | ||||
Associative | ||||
Unordered associative | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Adaptors | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
Views | ||||
(C++20) | ||||
(C++23) | ||||
Tables | ||||
Iterator invalidation | ||||
Member function table | ||||
Non-member function table |
friendbool operator==(conststd::flat_multimap& lhs, conststd::flat_multimap& rhs); | (1) | (since C++23) |
friend synth-three-way-result<value_type> operator<=>(conststd::flat_multimap& lhs, | (2) | (since C++23) |
This section is incomplete Reason: For "flat" containers only: copy parts ofTemplate:cpp/container/operator_cmp |
Contents |
lhs, rhs | - | container adaptors whose contents to compare
|
flat_multimap
.This section is incomplete Reason: no example |