Compares a safe_int with a floating‐point value.

Synopsis

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

[[nodiscard]]
constexpr
auto
operator<=>(
    safe_int lhs,
    U rhs);

Return Value

the ordering between the wrapped value and rhs

Note

The return value should not be discarded.

Template Parameters

Name

Description

U

a floating‐point‐like type (treat_as_floating_point<U> is true)

Parameters

Name

Description

lhs

the safe_int operand

rhs

the floating‐point value to compare against

Created with MrDocs