mp_units::is_lteq_zero

Synopsis

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


Created with MrDocs