CGAL 5.2.2 - Manual
|
This container concepts refines SequenceContainer
and has the ability to append elements at the end of the sequence and to access the last element, both in amortized constant time.
Public Member Functions | |
const value_type & | back () const |
returns the last inserted element. | |