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

Method consume

include/boost/asio/basic_streambuf.hpp:437–440  ·  view source on GitHub ↗

Remove characters from the input sequence.

Source from the content-addressed store, hash-verified

435
436 /// Remove characters from the input sequence.
437 void consume(std::size_t n)
438 {
439 return sb_.consume(n);
440 }
441
442private:
443 basic_streambuf<Allocator>& sb_;

Callers

nothing calls this directly

Calls 1

consumeMethod · 0.45

Tested by

no test coverage detected