MCPcopy Create free account
hub / github.com/cinder/Cinder / begin

Method begin

include/asio/buffer.hpp:364–367  ·  view source on GitHub ↗

Get a random-access iterator to the first element.

Source from the content-addressed store, hash-verified

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

Callers 4

buffer_sequence_beginFunction · 0.45
bufferFunction · 0.45
consumeFunction · 0.45
connect_to_endpointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected