void erase(size_t i, size_t n) rope Erases n elements, starting with the ith element. append(const charT* s) rope Appends a C string. append(const charT* s, size_t) rope Appends a (not necessarily null-terminated) array of charT. append(const charT* f, const charT* l) rope Appends a range. append(charT c) rope Appends the character c. append() rope Appends the character charT(). append(size_t n, charT c) rope Appends n copies of c. append(const rope& x) rope Appends the rope x. void replace(const iterator& f, const iterator& l, const rope&) rope See below. void replace(const iterator& f, const iterator& l, charT) rope See below. void replace(const iterator& f, const iterator& l, const charT* s) rope See below. void replace(const iterator& f, const iterator& l, const charT* s, size_t n) rope See below. void replace(const iterator& f1, const iterator& l1, const charT* f2, const charT* l2) rope See below. void replace(const iterator& f1, const iterator& l1, const const_iterator& f2, const const_iterator& l2) rope See below. void replace(const iterator& f1, const iterator& l1, const iterator& f2, const iterator& l2) rope See below. void replace(const iterator& p, const rope& x) rope See below. void replace(const iterator& p, charT c) rope See below. void replace(const iterator& p, const charT* s) rope See below.
Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

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

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