Return an InputIterator referring to after the last element of the specified array.
Declared in <bsltf_inputiterator.h>
template<
class TYPE,
std::size_t LEN>
static
InputIterator<TYPE const>
end(TYPE const(& array)[]);
an iterator referring to after the last element of array
| Name | Description |
|---|---|
| array | contiguous array providing the range |