Return a reference to the last entry of this map.
Synopsis
Declared in <bdld_datum.h>
DatumIntMapRef::const_reference
back() const;
Description
Return a reference providing non‐modifiable access to the last element of the array this reference object represents. The behavior is undefined unless size() > 0.
Return Value
a reference to the last entry of this map
Created with MrDocs