Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_streambuf::commit

Move the start of the put area by the specified number of characters.

void commit(
    std::size_t n);

PrevUpHomeNext