Opened 16 years ago

Last modified 11 years ago

#795 new Feature Requests (None)

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

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

Change History (0)

Note: See TracTickets for help on using tickets.