Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

const_buffer::buffer_size

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

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

PrevUpHomeNext