MutableBufferSequence
A mutable buffer sequence represents zero or more contiguous memory regions
as a bidirectional range whose value type is convertible to const_buffer.
Requirements
-
Tdenotes a type meeting the requirements of MutableBufferSequence. -
tdenotes a (possibly const) value of typeT. -
udenotes an identifier. -
Itis the typedecltype(buffers::begin(t)).
| Expression | Type | Semantics, Pre/Post-conditions |
|---|---|---|
|
Convertible to |
|
|
Requirements
|
|
|
|
Returns an iterator to the first element of the sequence. |
|
|
Returns an iterator one past the last element of the sequence. |
|
Requirements
Post-conditions:
|