end overloads
Synopses
Declared in <bslstl_vector.h>
Return a past‐the‐end iterator for this vector.
vector<VALUE_TYPE*, ALLOCATOR>::iterator
end() noexcept;
Return a const past‐the‐end iterator for this vector.
vector<VALUE_TYPE*, ALLOCATOR>::const_iterator
end() const noexcept;
Return Value
-
past‐the‐end iterator providing modifiable access
-
past‐the‐end const iterator
Created with MrDocs