Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ begin
Method
begin
test/buffer.cpp:554–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
{
553
typedef int value_type;
554
int* begin() const { return 0; }
555
mutable_buffer* end() const { return 0; }
556
};
557
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected