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

Method begin

example/cpp11/buffers/reference_counted.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 typedef boost::asio::const_buffer value_type;
33 typedef const boost::asio::const_buffer* const_iterator;
34 const boost::asio::const_buffer* begin() const { return &buffer_; }
35 const boost::asio::const_buffer* end() const { return &buffer_ + 1; }
36
37private:

Callers 15

mainFunction · 0.45
mainFunction · 0.45
deregister_handlerMethod · 0.45
serverMethod · 0.45
serverMethod · 0.45
serverMethod · 0.45
serverMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
pingerMethod · 0.45
start_sendMethod · 0.45
shared_const_bufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected