MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / EndVectorOfStructs

Function EndVectorOfStructs

Libs/flatbuffers/flatbuffers.h:2322–2324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2320 // Vector should have previously be started with StartVectorOfStructs().
2321 template<typename T>
2322 Offset<Vector<const T *>> EndVectorOfStructs(size_t vector_size) {
2323 return Offset<Vector<const T *>>(EndVector(vector_size));
2324 }
2325};
2326/// @}
2327

Callers

nothing calls this directly

Calls 1

EndVectorFunction · 0.70

Tested by

no test coverage detected