Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
template <typename T>
53
const T* end( const Tr2AddSafeGrowableBuffer<T>& buffer )
54
{
55
return buffer.GetData() + buffer.GetCount();
56
}
57
58
template <typename T>
59
T* end( Tr2AddSafeGrowableBuffer<T>& buffer )
Callers
nothing calls this directly
Calls
2
GetData
Method · 0.45
GetCount
Method · 0.45
Tested by
no test coverage detected