Synopsis

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

template</* implementation-defined */ T>
[[nodiscard]]
constexpr
bool
div_overflows(
    T lhs,
    T rhs) noexcept;

Return Value

Note

The return value should not be discarded.

Created with MrDocs