MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Struct

Class Struct

native/thirdpart/flatbuffers/flatbuffers.h:2530–2530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2528// compatible extensions.
2529
2530class Struct FLATBUFFERS_FINAL_CLASS {
2531 public:
2532 template<typename T> T GetField(uoffset_t o) const {
2533 return ReadScalar<T>(&data_[o]);

Callers 1

flatbuffers.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected