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

Function begin

trinity/Tr2AddSafeGrowableBuffer.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template <typename T>
41const T* begin( const Tr2AddSafeGrowableBuffer<T>& buffer )
42{
43 return buffer.begin();
44}
45
46template <typename T>
47T* begin( Tr2AddSafeGrowableBuffer<T>& buffer )

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected