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:849–852 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
847
}
848
849
bool operator!=(const char* p_chr, const String& p_str)
850
{
851
return !(p_str == p_chr);
852
}
853
854
bool operator!=(const wchar_t* p_chr, const String& p_str)
855
{
Callers
nothing calls this directly
Calls
1
String
Class · 0.70
Tested by
no test coverage detected