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

Method data_at

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

Source from the content-addressed store, hash-verified

428
429 template <class T, u64 I>
430 T* sequence<T, I>::data_at(u64 index) noexcept
431 {
432 return this->data() + index;
433 }
434
435 template <class T, u64 I>
436 const T* sequence<T, I>::data_at(u64 index) const noexcept

Callers 10

~sequenceMethod · 0.95
cendMethod · 0.95
endMethod · 0.95
operator==Method · 0.95
resize_uninitializedMethod · 0.95
resizeMethod · 0.95
emplace_backMethod · 0.95
pop_backMethod · 0.95
appendMethod · 0.95
sequence.hFile · 0.45

Calls 1

dataMethod · 0.95

Tested by

no test coverage detected