Subtracts a non‐integral constrained value from a safe_int
Synopsis
Declared in <mp‐units/utility/safe_int.h>
[[nodiscard]]
constexpr
constrained<decltype(std::declval<T>() ‐ std::declval<U>()), CP>
operator‐(
safe_int lhs,
constrained<U, CP> const& rhs);
Return Value
the wrapped difference of the underlying values
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
lhs |
the safe_int to subtract from |
rhs |
the constrained value to subtract |
Created with MrDocs