folly::operator<=>

Three-way comparison operator

Synopsis

Declared in <folly/FixedString.h>

constexpr
std::strong_ordering
operator<=>(
    Range<Char const*> a,
    BasicFixedString const& b) noexcept;

Return Value

The relative order of the objects

Parameters

NameDescription
aThe left operand
bThe right operand