Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.0 - Manual
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches
BackInsertionSequence Class Reference

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.
 
void pop_back ()
 removes the last inserted element if not empty.
 
void push_back (const value_type &)
 inserts an element