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

Function compare

include/covscript/impl/type_ext.hpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 template <typename T>
94 static inline bool compare(const T &a, const T &b)
95 {
96 return cs_impl::compare(a, b);
97 }
98
99 template <typename T>
100 static inline bool abocmp(const T &lhs, const T &rhs)

Callers 2

matchMethod · 0.70
compareMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected