Parameter Description Default
T The rope 's value type: usually char or wchar_t. [2]
Alloc The rope 's allocator, used for all internal memory management. alloc
Model of

Random Access Container. Almost, but not quite, a model of Front Insertion Sequence and Back Insertion Sequence.

Type requirements

None, except for those imposed by the requirements of Random Access Container.

Public base classes

None.

Members
Member Where defined Description
value_type Container The rope's value type T, usually char or wchar_t.
difference_type Container A signed integral type.
size_type Container An unsigned integral type.
reference Container Reference to a rope element. [3]
const_reference Container Const reference to T. [3]
pointer Container Pointer to T. [3]
const_pointer Container Const pointer to T. [3]
const_reverse_iterator Reversible Container Const iterator used to iterate backwards through a rope.
reverse_iterator Reversible Container Mutable iterator used to iterate backwards through a rope.
iterator Container Mutable random access iterator used to iterate through a rope.
const_iterator Container Const random access iterator used to iterate through a rope.
rope(const charT* s) rope Constructs a rope from a C string.
rope(const charT* s, size_t n)
Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

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

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