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

Function buffer_sequence_begin

include/boost/asio/registered_buffer.hpp:233–237  ·  view source on GitHub ↗

Get an iterator to the first element in a buffer sequence.

Source from the content-addressed store, hash-verified

231
232/// Get an iterator to the first element in a buffer sequence.
233inline const mutable_buffer* buffer_sequence_begin(
234 const mutable_registered_buffer& b) noexcept
235{
236 return &b.buffer();
237}
238
239/// Get an iterator to the first element in a buffer sequence.
240inline const const_buffer* buffer_sequence_begin(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected