data overloads
data
Declared in <prevector.h>
<prevector.h>
Returns a pointer to the underlying element storage.
value_type* data();
Returns a const pointer to the underlying element storage.
value_type const* data() const;