MCPcopy 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

ImportMethod · 0.50
appendMethod · 0.50
appendMethod · 0.50
assignMethod · 0.50
appendMethod · 0.50
append_atMethod · 0.50
remove_all_ifMethod · 0.50
remove_all_if_swapMethod · 0.50
sortMethod · 0.50
sort_stableMethod · 0.50
eraseMethod · 0.50
erase_swapMethod · 0.50

Calls 1

cbeginMethod · 0.45

Tested by 1

overflowMethod · 0.40