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

Function abocmp

include/covscript/impl/type_ext.hpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 template <typename T>
100 static inline bool abocmp(const T &lhs, const T &rhs)
101 {
102 throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support > operator.");
103 }
104
105 template <typename T>
106 static inline bool undcmp(const T &lhs, const T &rhs)

Callers 1

abocmpMethod · 0.85

Calls 2

lang_errorClass · 0.85
cxx_demangleFunction · 0.85

Tested by

no test coverage detected