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

Function cbegin

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

Source from the content-addressed store, hash-verified

185 }
186
187 [[nodiscard]] constexpr const_iterator cbegin() const noexcept
188 {
189 return this->begin();
190 }
191
192 [[nodiscard]] constexpr const_iterator cend() const noexcept
193 {

Callers 6

beginMethod · 0.50
beginMethod · 0.50
beginMethod · 0.50
crendMethod · 0.50
beginMethod · 0.50
appendMethod · 0.50

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected