MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / cbegin

Method cbegin

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

Source from the content-addressed store, hash-verified

238 }
239
240 text::const_iterator text::cbegin() const noexcept
241 {
242 return this->view().cbegin();
243 }
244
245 text::const_iterator text::cend() const noexcept
246 {

Callers 2

beginMethod · 0.95
text.cppFile · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected