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

Method cbegin

modules/core/core/include/OpenString/common/sequence.h:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198 template <class T, u64 I>
199 typename sequence<T, I>::const_iterator sequence<T, I>::cbegin() const noexcept
200 {
201 return const_iterator{ this->data() };
202 }
203
204 template <class T, u64 I>
205 typename sequence<T, I>::const_iterator sequence<T, I>::cend() const noexcept

Callers 2

beginMethod · 0.95
beginFunction · 0.45

Calls 1

dataMethod · 0.95

Tested by

no test coverage detected