Return the past‐the‐end reverse iterator for 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*>
rend(TYPE(& array)[]);

Return Value

past‐the‐end reverse iterator for array

Parameters

Name

Description

array

array whose reverse past‐the‐end position is returned

Created with MrDocs