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_gt_zero(T v);Created with MrDocs