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

Method begin

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

Source from the content-addressed store, hash-verified

48 mutable_contiguous_container() {}
49 std::size_t size() const { return 0; }
50 iterator begin() { return 0; }
51 const_iterator begin() const { return 0; }
52 iterator end() { return 0; }
53 const_iterator end() const { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected