mp_units::utility::detail::int_in_range

Synopsis

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

template<
    /* implementation-defined */ To,
    /* implementation-defined */ From>
[[nodiscard]]
constexpr
bool
int_in_range(From v) noexcept;

Return Value

NOTE

The return value should not be discarded.