Converts to the wrapped value.
Synopsis
Declared in <mp‐units/utility/safe_int.h>
[[nodiscard]]
constexpr
explicit
operator T() const noexcept;
Return Value
the wrapped value, converted to T
|
Note
|
The return value should not be discarded. |
Created with MrDocs