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

Method end

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

Source from the content-addressed store, hash-verified

215
216 template <class T, u64 I>
217 typename sequence<T, I>::iterator sequence<T, I>::end() noexcept
218 {
219 return iterator{ this->data_at(this->size_) };
220 }
221
222 template <class T, u64 I>
223 typename sequence<T, I>::const_iterator sequence<T, I>::begin() const noexcept

Callers 3

cendFunction · 0.45
trim_endFunction · 0.45
sequenceMethod · 0.45

Calls 2

data_atMethod · 0.95
cendMethod · 0.95

Tested by

no test coverage detected