MCPcopy Create free account
hub / github.com/boostorg/asio / commit

Method commit

include/boost/asio/basic_streambuf.hpp:431–434  ·  view source on GitHub ↗

Move bytes from the output sequence to the input sequence.

Source from the content-addressed store, hash-verified

429
430 /// Move bytes from the output sequence to the input sequence.
431 void commit(std::size_t n)
432 {
433 return sb_.commit(n);
434 }
435
436 /// Remove characters from the input sequence.
437 void consume(std::size_t n)

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected