Return an iterator pointing to the first element of the specified array of template parameter LENGTH elements of template parameter TYPE.
Synopsis
Declared in <bdlb_arrayutil.h>
template<
class TYPE,
std::size_t LENGTH>
static
TYPE*
begin(TYPE(& array)[]);
Created with MrDocs