Return a reverse iterator to the last entry of this map.
Synopsis
Declared in <bdld_datum.h>
DatumIntMapRef::const_reverse_iterator
crbegin() const noexcept;
Description
Return a reverse iterator providing non‐modifiable access to the last element of the array this reference object represents, and the past‐the‐end reverse iterator if size() == 0.
Return Value
a reverse iterator to the last entry of this map
Created with MrDocs