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