Dynamic Array
Undocumented in source.
Array that is able to grow itself when items are appended to it. Uses malloc/free/realloc to manage its storage.
See Source File
Brian Schott
© 2015 Economic Modeling Specialists, Intl.
Boost License 1.0
Dynamic Array