Three-way compare two small_vectors lexicographically.
Declared in <folly/container/small_vector.h>
decltype(std::declval<const U&>() <=> std::declval<const U&>())
operator<=>(
small_vector const& lhs,
small_vector const& rhs);
The result of the lexicographical three-way comparison.
| Name | Description |
|---|---|
| lhs | The left-hand small_vector. |
| rhs | The right-hand small_vector. |