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

Method operator==

modules/core/core/src/string/OpenString/text.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 bool text::iterator::operator==(const iterator& rhs) const noexcept
211 {
212 return this->owner == rhs.owner && this->from == rhs.from && this->size == rhs.size;
213 }
214
215 bool text::iterator::operator!=(const iterator& rhs) const noexcept
216 {

Callers

nothing calls this directly

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected