| 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 |
nothing calls this directly
no test coverage detected