MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / begin

Method begin

3rd/asio-1.24.0/include/asio/buffer.hpp:365–368  ·  view source on GitHub ↗

Get a random-access iterator to the first element.

Source from the content-addressed store, hash-verified

363
364 /// Get a random-access iterator to the first element.
365 const_iterator begin() const ASIO_NOEXCEPT
366 {
367 return &buf_;
368 }
369
370 /// Get a random-access iterator for one past the last element.
371 const_iterator end() const ASIO_NOEXCEPT

Callers 6

buffer_sequence_beginFunction · 0.45
buffer.hppFile · 0.45
ASIO_CONST_BUFFER bufferFunction · 0.45
consumeFunction · 0.45
connect_to_endpointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected