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
-
T
denotes a type meeting the requirements of MutableBufferSequence. -
t
denotes a (possibly const) value of typeT
. -
u
denotes an identifier. -
It
is 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:
|