Return the past-the-end iterator for the specified array of template parameter LENGTH elements of template parameter TYPE.
Declared in <bdlb_arrayutil.h>
template<
class TYPE,
std::size_t LENGTH>
static
TYPE*
end(TYPE(& array)[]);
past-the-end iterator for array
| Name | Description |
|---|---|
| array | array whose past-the-end position is returned |