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

Function undcmp

include/covscript/impl/type_ext.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105 template <typename T>
106 static inline bool undcmp(const T &lhs, const T &rhs)
107 {
108 throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support < operator.");
109 }
110
111 template <typename T>
112 static inline bool aeqcmp(const T &lhs, const T &rhs)

Callers 1

undcmpMethod · 0.85

Calls 2

lang_errorClass · 0.85
cxx_demangleFunction · 0.85

Tested by

no test coverage detected