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

Method get_codepoint

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

Source from the content-addressed store, hash-verified

118 }
119
120 codepoint text::iterator::codepoint_accessor::get_codepoint() const noexcept
121 {
122 return this->it_.get_codepoint();
123 }
124
125 text::iterator::codepoint_accessor::operator codepoint() const noexcept
126 {

Callers 3

text.cppFile · 0.45
operator*Method · 0.45
wide_text.cppFile · 0.45

Calls 3

subviewMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected