MutableBufferSequence
A MutableBufferSequence represents a collection of mutable_buffer
s.
Requirements
-
T
denotes a type meeting the requirements of MutableBufferSequence. -
t
denotes a (possibly const) value of typeT
.
Expression | Type | Semantics, Pre/Post-conditions |
---|---|---|
|
|
This type represents a mutable buffer in the sequence. |
|
This type represents an iterator type that satisfies the requirements of |
|
|
|
Returns an iterator to the first element of the sequence. |
|
|
Returns an iterator to the element following the last element of the sequence. |
|
Post-conditions:
|