Skip to content

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 &&)

function operator==(R &&)

template <typename R>
comparison<cmp_eq, L, R> operator==(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator==(R &&)

function operator!=(R &&)

template <typename R>
comparison<cmp_ne, L, R> operator!=(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator!=(R &&)

function operator<(R &&)

template <typename R>
comparison<cmp_lt, L, R> operator<(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator<(R &&)

function operator>(R &&)

template <typename R>
comparison<cmp_gt, L, R> operator>(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator>(R &&)

function operator<=(R &&)

template <typename R>
comparison<cmp_le, L, R> operator<=(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator<=(R &&)

function operator>=(R &&)

template <typename R>
comparison<cmp_ge, L, R> operator>=(R&& right)

Fully qualified name: kfr::half_comparison<L>::operator>=(R &&)

variable left

L left

Fully qualified name: kfr::half_comparison<L>::left

Fully qualified name: kfr::half_comparison<L>

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.