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

Function compare

include/covscript/core/variable.hpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 */
197 template <typename T>
198 static bool compare(const T &a, const T &b)
199 {
200 return compare_if<T, compare_helper<T>::value>::compare(a, b);
201 }
202
203 template <typename T>
204 static cs::string_borrower to_string(const T &val)

Callers 2

operator==Method · 0.70
operator!=Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected