Three‐way comparison operator
Synopsis
Declared in <mp‐units/safe_int.h>
[[nodiscard]]
constexpr
auto
operator<=>(
safe_int lhs,
U rhs);
Return Value
The relative order of the objects
Parameters
| Name | Description |
|---|---|
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs