Adds a constrained value to a safe_int
Synopsis
Declared in <mp‐units/utility/safe_int.h>
[[nodiscard]]
constexpr
safe_int</* implementation-defined */, ErrorPolicy>
operator+(
constrained<U, CP> lhs,
safe_int rhs);
Return Value
the wrapped sum of the underlying values
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
lhs |
the constrained value to add |
rhs |
the safe_int to add |
Created with MrDocs