| 2208 | // Vector should have previously be started with StartVectorOfStructs(). |
| 2209 | template<typename T> |
| 2210 | Offset<Vector<const T *>> EndVectorOfStructs(size_t vector_size) { |
| 2211 | return Offset<Vector<const T *>>(EndVector(vector_size)); |
| 2212 | } |
| 2213 | }; |
| 2214 | /// @} |
| 2215 |
nothing calls this directly
no test coverage detected