Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
template <typename T>
41
const T* begin( const Tr2AddSafeGrowableBuffer<T>& buffer )
42
{
43
return buffer.begin();
44
}
45
46
template <typename T>
47
T* begin( Tr2AddSafeGrowableBuffer<T>& buffer )
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected