Return an InputIterator referring to after the last element of the specified container or a null iterator if container is empty.
Declared in <bsltf_inputiterator.h>
template<class CONTIGUOUS_CONTAINER>
static
InputIterator<CONTIGUOUS_CONTAINER::value_type>
end(CONTIGUOUS_CONTAINER& container);
an iterator past the last element, or a null iterator if empty
| Name | Description |
|---|---|
| container | contiguous container providing the range |