[#prevector-01-data-03] = xref:prevector-01.adoc[prevector<36, unsigned char>]::data :relfileprefix: ../ :mrdocs: Returns a const pointer to the underlying element storage. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-01/value_type.adoc[value_type] const* data() const; ---- == Return Value A const pointer to the underlying element storage. [.small]#Created with https://www.mrdocs.com[MrDocs]#