prevector::data

data overloads

Synopses

Declared in <prevector.h>

Returns a pointer to the underlying element storage.

value_type*
data();
» more...

Returns a const pointer to the underlying element storage.

value_type const*
data() const;
» more...

Return Value

  • A pointer to the underlying element storage.
  • A const pointer to the underlying element storage.