Skip to content

Function is_lessorequal

function is_lessorequal(const T1 &, const T2 &) meta

template <typename T1, typename T2>
KFR_INTRINSIC constexpr bool is_lessorequal(const T1& x, const T2& y) noexcept(noexcept(x <= y)) { … }

Returns

true if x <= y

Fully qualified name: kfr::is_lessorequal(const T1 &, const T2 &)

Declared at meta.hpp:1165

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