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