overloaded get/put
Created by: dpugmire
overloaded get/put to support std::vector
Created by: dpugmire
overloaded get/put to support std::vector
Created by: williamfgc
@dpugmire there is now a Get signature that accepts an std::vector instead of a pointer. This is resized internally, so no need to pre-allocate. There is little value for Put since std::vector.data() will pass the pointer. Closing this. Thanks!