Three-way comparison operator
Declared in <folly/FixedString.h>
constexpr
std::strong_ordering
operator<=>(
Range<Char const*> a,
BasicFixedString const& b) noexcept;
The relative order of the objects
| Name | Description |
|---|---|
| a | The left operand |
| b | The right operand |