Opened 16 years ago

Last modified 11 years ago

#795 new Feature Requests (None)

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

Reported by: slyilmaz Owned by: nobody
Milestone: Component: uBLAS
Version: None Severity: Cosmetic
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

Component: NoneuBLAS
Description: modified (diff)
Severity: Optimization
Note: See TracTickets for help on using tickets.