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

Function cend

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

Source from the content-addressed store, hash-verified

190 }
191
192 [[nodiscard]] constexpr const_iterator cend() const noexcept
193 {
194 return this->end();
195 }
196
197 // code-region-end: iterators
198

Callers 6

findMethod · 0.50
endMethod · 0.50
endMethod · 0.50
endMethod · 0.50
crbeginMethod · 0.50
endMethod · 0.50

Calls 1

endMethod · 0.45

Tested by

no test coverage detected