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