MCPcopy Create free account
hub / github.com/Neargye/magic_enum / compare

Method compare

test/test_aliases.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 std::size_t size() const { return str.size(); }
58 int compare(const char* s) const { return str.compare(s); }
59
60 private:
61 std::string str;

Callers 3

compareMethod · 0.45
test_aliases.cppFile · 0.45
isDebuggerActiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected