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

Method end

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

Source from the content-addressed store, hash-verified

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:
38 std::shared_ptr<std::vector<char> > data_;

Callers 6

mainFunction · 0.45
deregister_handlerMethod · 0.45
start_sendMethod · 0.45
shared_const_bufferMethod · 0.45
start_connectMethod · 0.45
handle_timerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected