Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 09fbc2c975.
PrevUpHomeNext

dynamic_string_buffer::data

DynamicBuffer_v1: Get a list of buffers that represents the input sequence.

const_buffers_type data() const;
  » more...

DynamicBuffer_v2: Get a sequence of buffers that represents the underlying memory.

mutable_buffers_type data(
    std::size_t pos,
    std::size_t n);
  » more...

const_buffers_type data(
    std::size_t pos,
    std::size_t n) const;
  » more...

PrevUpHomeNext