class comparison<Fn, L, R> testo¶
template <typename Fn, typename L, typename R>
struct comparison { … } variable left ¶
L left Defined at test/comparison.hpp:28
variable right ¶
R right Defined at test/comparison.hpp:29
variable cmp ¶
Fn cmp Defined at test/comparison.hpp:30
constructor comparison<Fn, L, R>(L &&, R &&) ¶
comparison(L&& left, R&& right) Defined at test/comparison.hpp:32
function operator()() ¶
bool operator()() const Defined at test/comparison.hpp:34
Defined at test/comparison.hpp:26