Function is_greater¶
function is_greater(const T1 &, const T2 &) meta¶
template <typename T1, typename T2>
KFR_INTRINSIC constexpr bool is_greater(const T1& x, const T2& y) noexcept(noexcept(x > y)) { … } Returns
true if x > y
Fully qualified name: kfr::is_greater(const T1 &, const T2 &)
Declared at meta.hpp:1159
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.