Opened 16 years ago
Last modified 15 years ago
#796 closed Feature Requests (duplicate)
[ublas] vector::back() — at Initial Version
| Reported by: | slyilmaz | Owned by: | nobody |
|---|---|---|---|
| Milestone: | Component: | None | |
| Version: | None | Severity: | Showstopper |
| Keywords: | Cc: |
Description
It would be nice to have this useful, nice little member...
T& back() {
return *rbegin();
}
and
const T& back() const {
return *rbegin();
}
Note:
See TracTickets
for help on using tickets.
