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

Method begin

test/buffer.cpp:519–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517{
518 typedef int value_type;
519 int* begin() const { return 0; }
520 const_buffer* end() const { return 0; }
521};
522

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected