Three-way compares a string with a null-terminated array.
Declared in <folly/FBString.h>
auto
operator<=>(
basic_fbstring const& lhs,
char const* rhs);
The ordering of lhs relative to rhs.
| Name | Description |
|---|---|
| lhs | The left-hand string. |
| rhs | Pointer to the null-terminated right-hand characters. |