Checks whether two safe_int values wrap equal underlying values.

Synopsis

Declared in <mp‐units/utility/safe_int.h>

[[nodiscard]]
constexpr
bool
operator==(
    safe_int lhs,
    safe_int rhs) noexcept;

Return Value

true if the wrapped values are equal

Note

The return value should not be discarded.

Parameters

Name

Description

lhs

the first value to compare

rhs

the second value to compare

Created with MrDocs