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

Function end

modules/core/core/include/OpenString/text_view.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 [[nodiscard]] constexpr const_iterator end() const noexcept
183 {
184 return const_iterator{ this->view_.cend() };
185 }
186
187 [[nodiscard]] constexpr const_iterator cbegin() const noexcept
188 {

Callers 15

open_projectsFunction · 0.50
compile_projectFunction · 0.50
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

Calls 1

cendMethod · 0.45

Tested by 1

overflowMethod · 0.40