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

Function begin

include/boost/asio/buffer.hpp:345–348  ·  view source on GitHub ↗

Get a random-access iterator to the first element.

Source from the content-addressed store, hash-verified

343
344 /// Get a random-access iterator to the first element.
345 const_iterator begin() const noexcept
346 {
347 return &buf_;
348 }
349
350 /// Get a random-access iterator for one past the last element.
351 const_iterator end() const noexcept

Callers 12

testFunction · 0.85
buffers_beginFunction · 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
cbeginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected