iterator insert(const iterator& p, const charT* s) rope Inserts a C string before p. iterator insert(const iterator& p, const charT* s, size_t n) rope Inserts a (not necessarily null-terminated) array of charT before p. iterator insert(const iterator& p, const charT* f, const char* l) Sequence Inserts the range [f, l) before p. iterator insert(const iterator& p, const const_iterator& f, const const_iterator& l) Sequence Inserts the range [f, l) before p. iterator insert(const iterator& p, const iterator& f, const iterator& l) Sequence Inserts the range [f, l) before p. void insert(size_t i, const rope& x) rope Inserts the contents of x before the ith element. void insert(size_t i, charT c) rope Inserts the character c before the ith element. void insert(size_t i) rope Inserts the character charT() before the ith element. void insert(size_t i, size_t n, charT c) rope Inserts n copies of c before the ith element. void insert(size_t i, const charT* s) rope Inserts a C string before the ith element. void insert(size_t i, const charT* s, size_t n) rope Inserts a (not necessarily null-terminated) array of charT before the ith element. void insert(size_t i, const charT* f, const charT* l) rope Inserts the range [f, l) before the ith element. void insert(size_t i, const const_iterator& f, const const_iterator& l) rope Inserts the range [f, l) before the ith element. void insert(size_t i, const iterator& f, const iterator& l) rope Inserts the range [f, l) before the ith element. void erase(const iterator& p) Sequence Erases the element pointed to by p. void erase(const iterator& f, const iterator& l) Sequence Erases the range [f, l).
Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

Вы можете отметить интересные вам фрагменты текста, которые будут доступны по уникальной ссылке в адресной строке браузера.

Отметить Добавить цитату