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

Function end

include/boost/asio/buffer.hpp:351–354  ·  view source on GitHub ↗

Get a random-access iterator for one past the last element.

Source from the content-addressed store, hash-verified

349
350 /// Get a random-access iterator for one past the last element.
351 const_iterator end() const noexcept
352 {
353 return &buf_;
354 }
355
356private:
357 mutable_buffer buf_;

Callers 12

testFunction · 0.85
buffers_endFunction · 0.85
read_untilFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
cendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected