Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compare
Method · 0.45
test_aliases.cpp
File · 0.45
isDebuggerActive
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected