Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_streambuf::prepare

Get a list of buffers that represents the put area, with the given size.

mutable_buffers_type prepare(
    std::size_t size);

PrevUpHomeNext