mp_units::is_neq_zero

Synopsis

Declared in <mp-units/framework/compare.h>
template<typename T>
requires requires {
    { T::zero() } -> std::equality_comparable_with<T>;
  }
[[nodiscard]]
constexpr
bool
is_neq_zero(T v);


Created with MrDocs