Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator==
Method
operator==
extlibs/fmt/include/fmt/core.h:418–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
friend bool operator==(basic_string_view lhs, basic_string_view rhs) {
419
return lhs.compare(rhs) == 0;
420
}
421
friend bool operator!=(basic_string_view lhs, basic_string_view rhs) {
422
return lhs.compare(rhs) != 0;
423
}
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected