MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / end

Method end

Source/ThirdParty/assimp/SmallVector.h:114–116  ·  view source on GitHub ↗

@brief Returns a pointer to the end. @return The end as a pointer.

Source from the content-addressed store, hash-verified

112 /// @brief Returns a pointer to the end.
113 /// @return The end as a pointer.
114 T* end() {
115 return &mStorage[mSize];
116 }
117
118 /// @brief Returns a const pointer to the first item.
119 /// @return The first item as a const pointer.

Callers 15

ExistsMethod · 0.45
IOStreamBuffer.hFile · 0.45
getNextBlockMethod · 0.45
CloseMethod · 0.45
CopyVectorFunction · 0.45
ai_trim_leftFunction · 0.45
ai_trim_rightFunction · 0.45
string ai_tolowerMethod · 0.45
string ai_str_toupperMethod · 0.45
EndRegionMethod · 0.45
SetGenericPropertyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected