Checks whether a safe_int and a constrained value are equal
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]]
constexpr
bool
operator==(
safe_int lhs,
constrained<U, CP> const& rhs);
| Name | Description |
|---|---|
| lhs | the safe_int to compare |
| rhs | the constrained value to compare against |