ConstBufferSequence
A ConstBufferSequence represents a collection of const_buffer
s or mutable_buffer
s.
Requirements
-
T
denotes a type meeting the requirements of ConstBufferSequence. -
t
denotes a (possibly const) value of typeT
. -
u
denotes an identifier.
Expression | Type | Semantics, Pre/Post-conditions |
---|---|---|
|
|
This type represents a 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:
|