Checks whether a safe_int equals a floating‐point value.
Synopsis
Declared in <mp‐units/utility/safe_int.h>
[[nodiscard]]
constexpr
bool
operator==(
safe_int lhs,
U rhs);
Return Value
true if the wrapped value equals rhs
|
Note
|
The return value should not be discarded. |
Template Parameters
Name |
Description |
U |
a floating‐point‐like type ( |
Parameters
Name |
Description |
lhs |
the |
rhs |
the floating‐point value to compare against |
Created with MrDocs