Get the current capacity of the dynamic buffer.
| 410 | |
| 411 | /// Get the current capacity of the dynamic buffer. |
| 412 | std::size_t capacity() const noexcept |
| 413 | { |
| 414 | return sb_.capacity(); |
| 415 | } |
| 416 | |
| 417 | /// Get a list of buffers that represents the input sequence. |
| 418 | const_buffers_type data() const noexcept |