MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / operator*

Method operator*

Libs/flatbuffers/reflection.h:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 vec_(vec) {}
384
385 T *operator*() const {
386 return reinterpret_cast<T *>(
387 reinterpret_cast<uint8_t *>(flatbuffers::vector_data(vec_)) + offset_);
388 }
389 T *operator->() const { return operator*(); }
390
391 private:

Callers

nothing calls this directly

Calls 1

vector_dataFunction · 0.85

Tested by

no test coverage detected