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

Duplicates #795