mp_units::utility::operator*

Multiplication operator

Synopsis

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

[[nodiscard]]
constexpr
safe_int<detail::integral_op_result_t<T, U>, ErrorPolicy>
operator*(
    safe_int lhs,
    constrained<U, CP> rhs);

Return Value

Wraps an integral type with overflow detection.

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsThe left operand
rhsThe right operand