mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 21:51:54 +00:00
a809a2d3f7
To make it simple to map between a union field and its union type field we are adding a pointer to FieldDef to point to each other. For all other types the pointer will be nullptr. Co-authored-by: Derek Bailey <derekbailey@google.com>