Three‐way comparison result: less‐than, equal, or greater‐than.
Synopsis
Declared in <folly/lang/Ordering.h>
enum class ordering : int8_t;
Members
Name |
Description |
|
The left operand is less than the right operand. |
|
The two operands are equal. |
|
The left operand is greater than the right operand. |
Non-Member Functions
Name |
Description |
Convert a signed comparison value into the matching |
Created with MrDocs