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

Method cend

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

Source from the content-addressed store, hash-verified

203
204 template <class T, u64 I>
205 typename sequence<T, I>::const_iterator sequence<T, I>::cend() const noexcept
206 {
207 return const_iterator{ this->data_at(this->size_) };
208 }
209
210 template <class T, u64 I>
211 typename sequence<T, I>::iterator sequence<T, I>::begin() noexcept

Callers 2

endMethod · 0.95
endFunction · 0.45

Calls 1

data_atMethod · 0.95

Tested by

no test coverage detected