Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ operator==
Function
operator==
modules/gui/gui/src/backend/text_server/ustring.cpp:833–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
831
}
832
833
bool operator==(const char* p_chr, const String& p_str)
834
{
835
return p_str == p_chr;
836
}
837
838
bool operator==(const wchar_t* p_chr, const String& p_str)
839
{
Callers
nothing calls this directly
Calls
1
String
Class · 0.70
Tested by
no test coverage detected