Name

sequences - A variable-sized container whose elements are arranged in a strict linear order.


Library

libstdcpp.lib


Synopsis

iterator insert (iterator& p, const T& t) 
insert (iterator& p, size_type n, const T& t) 
insert (iterator& p, const_iterator& i, const_iterator& j) 
erase (iterator& q)
erase (iterator& q1, iterator& q2) 

Detailed Description

Click here for more details.


Limitation

None


Feedback

For additional information or queries on this page send feedback.


© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.

Top