MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / operator+

Function operator+

tests/framework/src/doctest.cpp:703–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703String operator+(const String& lhs, const String& rhs) { return String(lhs) += rhs; }
704
705bool operator==(const String& lhs, const String& rhs) { return lhs.compare(rhs) == 0; }
706bool operator!=(const String& lhs, const String& rhs) { return lhs.compare(rhs) != 0; }

Callers

nothing calls this directly

Calls 1

StringClass · 0.50

Tested by

no test coverage detected