Return an InputIterator referring to the first element of the specified array.
Synopsis
Declared in <bsltf_inputiterator.h>
template<
class TYPE,
std::size_t LEN>
static
InputIterator<TYPE const>
begin(TYPE const(& array)[]);
Created with MrDocs