Compares two maps lexicographically by three-way comparison.
Declared in <folly/container/sorted_vector_types.h>
decltype(std::declval<const U&>() <=> std::declval<const U&>())
operator<=>(
sorted_vector_map const& lhs,
sorted_vector_map const& rhs);
The result of the three-way comparison of the two maps.
| Name | Description |
|---|---|
| lhs | The left-hand map. |
| rhs | The right-hand map. |