Files
flatbuffers-bigfoot/include/flatbuffers
Maksim Ivanov 1d063d87cf [C++] Let builder accept custom-alloc std::vector (#6814)
Change the FlatBufferBuilder's methods to accept std::vector parameters
with non-default allocator, by adding another template parameter to
them. This should make using the builder slightly more convenient, as
one won't need to manually pass data() and size() separately.
2021-09-08 13:25:06 -07:00
..
2019-12-23 12:13:48 -08:00
2020-09-22 17:57:01 -07:00
2021-05-13 14:57:36 -07:00