First page
Back
Continue
Last page
Graphics
list cont.
list<Elem> c(beg,end)
creates a list initialized with the elements of the range [beg,end)
c.~list<Elem>()
destroys all elements and frees the memory.