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

Function buffer_sequence_end

include/boost/asio/registered_buffer.hpp:250–254  ·  view source on GitHub ↗

Get an iterator to one past the end element in a buffer sequence.

Source from the content-addressed store, hash-verified

248
249/// Get an iterator to one past the end element in a buffer sequence.
250inline const mutable_buffer* buffer_sequence_end(
251 const mutable_registered_buffer& b) noexcept
252{
253 return &b.buffer() + 1;
254}
255
256/// Get an iterator to one past the end element in a buffer sequence.
257inline const const_buffer* buffer_sequence_end(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected