mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
* [C++] Add mutable version of LookupByKey and test This adds an overload of LookupByKey to allow lookup in sorted Vectors to return a mutable instance of the object (or nullptr if not found). * Fix naming