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

Method End

Source/ThirdParty/rapidjson/internal/stack.h:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 template<typename T>
169 T* End() { return reinterpret_cast<T*>(stackTop_); }
170
171 template<typename T>
172 const T* End() const { return reinterpret_cast<T*>(stackTop_); }

Callers 4

SchemaMethod · 0.45
AddUniqueElementMethod · 0.45
FindIdMethod · 0.45
EndValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected