mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
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>