Skip to content

class equality_comparer<L, R> testo

template <typename L, typename R>
struct equality_comparer { … }

function operator()(const L &, const R &)

bool operator()(const L& l, const R& r) const

Defined at test/comparison.hpp:52

Defined at test/comparison.hpp:50