mp_units::quantity_spec<QS, Eq, Args...>::_is_non_negative_

Synopsis

Declared in <mp-units/framework/quantity_spec.h>
inline constexpr static
bool _is_non_negative_ = mp_units::contains<struct non_negative, Args...>() ||
                                            (character == quantity_character::real_scalar && QS._is_non_negative_);