Fill constructor X(n, t) X
Fill constructor X a(n, t);
Default fill constructor X(n) T is DefaultConstructible. X
Default fill constructor X a(n); T is DefaultConstructible.
Range constructor X(i, j) i and j are Input Iterators whose value type is convertible to T [1]  X
Range constructor X a(i, j); i and j are Input Iterators whose value type is convertible to T [1]
Front a.front() reference if a is mutable, const_reference otherwise.
Insert a.insert(p, t) X::iterator
Fill insert a.insert(p, n, t) a is mutable void
Range insert a.insert(p, i, j) i and j are Input Iterators whose value type is convertible to T [1]. a is mutable void
Erase a.erase(p) a is mutable iterator
Range erase a.erase(p,q) a is mutable iterator
Clear a.clear() a is mutable void
Resize a.resize(n, t) a is mutable void
Resize a.resize(n) a is mutable void
Expression semantics

Semantics of an expression is defined only where it is not defined in Forward Container, or where it differs.

Добавить отзыв
ВСЕ ОТЗЫВЫ О КНИГЕ В ИЗБРАННОЕ

0

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

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