(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 |
| Member types | ||||||||||||||
| Member functions | ||||||||||||||
| ||||||||||||||
| Helper classes | ||||||||||||||
| Tags | ||||||||||||||
| Deduction guides | ||||||||||||||
friendbool operator==(conststd::flat_set& lhs, conststd::flat_set& rhs); | (1) | (since C++23) |
friend synth-three-way-result<value_type> operator<=>(conststd::flat_set& 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_set.| This section is incomplete Reason: no example |