data overloads

Synopses

Declared in <prevector.h>

Returns a pointer to the underlying element storage.

Returns a const pointer to the underlying element storage.

value_type const*
data() const;

Return Value

  • A pointer to the underlying element storage.

  • A const pointer to the underlying element storage.

Created with MrDocs