sparrow 0.9.0
Loading...
Searching...
No Matches
sparrow::mpl::weakly_equality_comparable_with Concept Reference

#include <mp_utils.hpp>

Concept definition

template<class T, class U>
const std::remove_reference_t<T>& t,
const std::remove_reference_t<U>& u
) {
{ t == u } -> std::convertible_to<bool>;
{ t != u } -> std::convertible_to<bool>;
{ u == t } -> std::convertible_to<bool>;
{ u != t } -> std::convertible_to<bool>;
}

Detailed Description

Definition at line 610 of file mp_utils.hpp.