Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ begin
Function
begin
modules/core/core/include/OpenString/text_view.h:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
};
176
177
[[nodiscard]] constexpr const_iterator begin() const noexcept
178
{
179
return const_iterator{ this->view_.cbegin() };
180
}
181
182
[[nodiscard]] constexpr const_iterator end() const noexcept
183
{
Callers
15
Import
Method · 0.50
append
Method · 0.50
append
Method · 0.50
assign
Method · 0.50
append
Method · 0.50
append_at
Method · 0.50
remove_all_if
Method · 0.50
remove_all_if_swap
Method · 0.50
sort
Method · 0.50
sort_stable
Method · 0.50
erase
Method · 0.50
erase_swap
Method · 0.50
Calls
1
cbegin
Method · 0.45
Tested by
1
overflow
Method · 0.40