Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

mutable_buffer::buffer_size

Get the number of bytes in a non-modifiable buffer.

std::size_t buffer_size(
    const mutable_buffer & b);

PrevUpHomeNext