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

Function ueqcmp

include/covscript/impl/type_ext.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template <typename T>
118 static inline bool ueqcmp(const T &lhs, const T &rhs)
119 {
120 throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support <= operator.");
121 }
122
123 template <typename T>
124 static inline var &index_ref(T &data, const var &index)

Callers 1

ueqcmpMethod · 0.85

Calls 2

lang_errorClass · 0.85
cxx_demangleFunction · 0.85

Tested by

no test coverage detected