MCPcopy Create free account
hub / github.com/covscript/covscript / aeqcmp

Function aeqcmp

include/covscript/impl/type_ext.hpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111 template <typename T>
112 static inline bool aeqcmp(const T &lhs, const T &rhs)
113 {
114 throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support >= operator.");
115 }
116
117 template <typename T>
118 static inline bool ueqcmp(const T &lhs, const T &rhs)

Callers 1

aeqcmpMethod · 0.85

Calls 2

lang_errorClass · 0.85
cxx_demangleFunction · 0.85

Tested by

no test coverage detected