Return a reverse iterator pointing to the last 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
bsl::reverse_iterator<TYPE*>
rbegin(TYPE(& array)[]);
Return Value
reverse iterator pointing to the last element of array
Parameters
Name |
Description |
array |
array whose last element is referenced |
Created with MrDocs