[#bsl-vector-095-erase-0e] = xref:bsl.adoc[bsl]::xref:bsl/vector-095.adoc[vector<char>]::erase :relfileprefix: ../../ :mrdocs: Remove from this vector the element at the specified `position`, and return an iterator providing modifiable access to the element immediately following the removed element, or the position returned by the method `end` if the removed element was the last in the sequence. The behavior is undefined unless `position` is an iterator in the range `[cbegin() .. cend())]`. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-095/iterator.adoc[iterator] erase(xref:bsl/vector-095/const_iterator.adoc[const_iterator] position); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#