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_gteq_zero(T v);

Created with MrDocs