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

Function end

trinity/Tr2AddSafeGrowableBuffer.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template <typename T>
53const T* end( const Tr2AddSafeGrowableBuffer<T>& buffer )
54{
55 return buffer.GetData() + buffer.GetCount();
56}
57
58template <typename T>
59T* end( Tr2AddSafeGrowableBuffer<T>& buffer )

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.45
GetCountMethod · 0.45

Tested by

no test coverage detected