gen-object-api for dictionaries/maps #8399
Unanswered
nolankramer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently --gen-object-api generates vectors for arrays, even if the array type is a table with a (key).
Shouldn't flatbuffers generate a
std::unordered_map
orstd::map
instead? All of the supported key types are already hashable.Is there a way to force this behavior already?
Beta Was this translation helpful? Give feedback.
All reactions