Function
eraseBack
Deletes the last item of a container and reduces its size by 1. The container must have a size greater than or equal to 1.
eraseBack(object)
Include Headers
seqan/sequence.h
Parameters
object
The container.
Types: String
Remarks
erase(object) is semantically the same as erase(me, length(me) - 1).
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:04