Skip to content

Function is_greaterorequal

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

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

Returns

true if x >= y

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

Declared at meta.hpp:1171

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