google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Support Setting an Array from C++ Container #33

Open reventlov opened 2 years ago

reventlov commented 2 years ago

It would be convenient to be able to copy to/from an Emboss array from/to a C++ container, such as a std::vector.