Get a list of buffers that represents the input sequence.
| 416 | |
| 417 | /// Get a list of buffers that represents the input sequence. |
| 418 | const_buffers_type data() const noexcept |
| 419 | { |
| 420 | return sb_.data(); |
| 421 | } |
| 422 | |
| 423 | /// Get a list of buffers that represents the output sequence, with the given |
| 424 | /// size. |