Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.45
operator*
Method · 0.45
wide_text.cpp
File · 0.45
Calls
3
subview
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected