\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - Manual
BackInsertionSequence Class Reference

This concepts refers to the one described at http://www.sgi.com/tech/stl/BackInsertionSequence.html.

It is a container that is a model of SequenceContainer that has the ability to append elements at the end of the sequence and to access the last element, both in amortized constant time.