Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
private:
443
basic_streambuf<Allocator>& sb_;
Callers
nothing calls this directly
Calls
1
consume
Method · 0.45
Tested by
no test coverage detected