MCPcopy 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
849bool operator!=(const char* p_chr, const String& p_str)
850{
851 return !(p_str == p_chr);
852}
853
854bool operator!=(const wchar_t* p_chr, const String& p_str)
855{

Callers

nothing calls this directly

Calls 1

StringClass · 0.70

Tested by

no test coverage detected