Template:cpp/utility/compare/dsc compare partial order fallback
From cppreference.com
|- class="t-dsc"
|| performs 3-way comparison and produces a result of type std::partial_ordering
, even if operator<=> is unavailable
(customization point object)
|-