Iros
 
Loading...
Searching...
No Matches
di::concepts::detail::WeaklyThreeWayComparableWith Concept Reference

#include <di/meta/compare.h>

Concept definition

template<typename T, typename U, typename Category>
requires(meta::RemoveReference<T> const& a, meta::RemoveReference<U> const& b) {
{ a <=> b } -> ComparesAs<Category>;
{ b <=> a } -> ComparesAs<Category>;
}
Definition compare.h:37
Type< detail::RemoveReferenceHelper< T > > RemoveReference
Definition core.h:71