operator==,<=>(std::flat_map)
Min standard notice:
# Declarations
friend bool operator==( const std::flat_map& lhs,
const std::flat_map& rhs );
(since C++23)
friend synth-three-way-result<value_type>
operator<=>( const std::flat_map& lhs,
const std::flat_map& rhs );
(since C++23)
# Parameters
lhs, rhs: container adaptors whose contents to compare This section is incompleteReason: Add named requirements to “flat” container inner types
# Example
This section is incompleteReason: no example