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

PrevUpHomeNext

basic_streambuf::commit

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

void commit(
    std::size_t n);

PrevUpHomeNext