Class half_comparison¶
class half_comparison<L> test¶
template <typename L>
struct half_comparison { … } constructor half_comparison<L>(L &&) ¶
half_comparison(L&& left) Fully qualified name: kfr::half_comparison<L>::half_comparison<L>(L &&)
Declared at test/comparison.hpp:192
function operator==(R &&) ¶
template <typename R>
comparison<cmp_eq, L, R> operator==(R&& right) Fully qualified name: kfr::half_comparison<L>::operator==(R &&)
Declared at test/comparison.hpp:195
function operator!=(R &&) ¶
template <typename R>
comparison<cmp_ne, L, R> operator!=(R&& right) Fully qualified name: kfr::half_comparison<L>::operator!=(R &&)
Declared at test/comparison.hpp:201
function operator<(R &&) ¶
template <typename R>
comparison<cmp_lt, L, R> operator<(R&& right) Fully qualified name: kfr::half_comparison<L>::operator<(R &&)
Declared at test/comparison.hpp:207
function operator>(R &&) ¶
template <typename R>
comparison<cmp_gt, L, R> operator>(R&& right) Fully qualified name: kfr::half_comparison<L>::operator>(R &&)
Declared at test/comparison.hpp:213
function operator<=(R &&) ¶
template <typename R>
comparison<cmp_le, L, R> operator<=(R&& right) Fully qualified name: kfr::half_comparison<L>::operator<=(R &&)
Declared at test/comparison.hpp:219
function operator>=(R &&) ¶
template <typename R>
comparison<cmp_ge, L, R> operator>=(R&& right) Fully qualified name: kfr::half_comparison<L>::operator>=(R &&)
Declared at test/comparison.hpp:225
variable left ¶
L left Fully qualified name: kfr::half_comparison<L>::left
Declared at test/comparison.hpp:230
Fully qualified name: kfr::half_comparison<L>
Declared at test/comparison.hpp:190