[#prevector-01-erase-01] = xref:prevector-01.adoc[prevector<36, unsigned char>]::erase :relfileprefix: ../ :mrdocs: Removes the element at `pos` and returns an iterator to the following element. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-01/iterator.adoc[iterator] erase(xref:prevector-01/iterator.adoc[iterator] pos); ---- == Return Value An iterator to the element following the removed one. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | Iterator to the element to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#