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

Method begin

trinity/Tr2AddSafeGrowableBuffer.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131template <typename T>
132const T* Tr2AddSafeGrowableBuffer<T>::begin() const
133{
134 return this->GetData();
135}
136
137template <typename T>
138T* Tr2AddSafeGrowableBuffer<T>::begin()

Callers 1

beginFunction · 0.45

Calls 1

GetDataMethod · 0.95

Tested by

no test coverage detected