Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
begin
Method · 0.95
text.cpp
File · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected