Checks whether a safe_int equals an integral scalar, comparing safely across signedness.

Synopsis

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

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

Return Value

true if the wrapped value equals rhs

Note

The return value should not be discarded.

Template Parameters

Name

Description

U

the integral scalar type

Parameters

Name

Description

lhs

the safe_int operand

rhs

the integral scalar to compare against

Created with MrDocs