Boost C++ 库

...世界上评价最高、设计最精妙的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

basic_streambuf_ref::commit - Boost C++ 函数库
PrevUpHomeNext

将字节从输出序列移动到输入序列。

void commit(
    std::size_t n);

PrevUpHomeNext