Opened 16 years ago

Closed 15 years ago

#796 closed Feature Requests (duplicate)

[ublas] vector::back() — at Version 1

Reported by: slyilmaz Owned by: nobody
Milestone: Component: None
Version: None Severity: Showstopper
Keywords: Cc:

Description (last modified by Dave Abrahams)

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 Dave Abrahams, 15 years ago

Description: modified (diff)
Resolution: Invalidduplicate
Severity: Showstopper
Status: assignedclosed

Duplicates #795

Note: See TracTickets for help on using tickets.