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

Method begin

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

Source from the content-addressed store, hash-verified

493 typedef mutable_buffer* const_iterator;
494 typedef mutable_buffer value_type;
495 mutable_buffer* begin() const { return 0; }
496 mutable_buffer* end() const { return 0; }
497};
498

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected