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

Method begin

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

Source from the content-addressed store, hash-verified

209
210 template <class T, u64 I>
211 typename sequence<T, I>::iterator sequence<T, I>::begin() noexcept
212 {
213 return iterator{ this->data() };
214 }
215
216 template <class T, u64 I>
217 typename sequence<T, I>::iterator sequence<T, I>::end() noexcept

Callers 3

cbeginFunction · 0.45
trim_startFunction · 0.45
sequenceMethod · 0.45

Calls 2

dataMethod · 0.95
cbeginMethod · 0.95

Tested by

no test coverage detected