MCPcopy Create free account
hub / github.com/carbonengine/trinity / end

Method end

trinity/Tr2AddSafeGrowableBuffer.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143template <typename T>
144const T* Tr2AddSafeGrowableBuffer<T>::end() const
145{
146 // cppcheck-suppress arithOperationsOnVoidPointer
147 return this->GetData() + this->GetCount();
148}
149
150template <typename T>
151T* Tr2AddSafeGrowableBuffer<T>::end()

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.95
GetCountMethod · 0.95

Tested by

no test coverage detected