Unary minus operator

Synopsis

Declared in <mp‐units/safe_int.h>

[[nodiscard]]
constexpr
safe_int<decltype(‐value_), ErrorPolicy>
operator‐() const;

Return Value

Another instance of the object

Created with MrDocs