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

Function buffer_sequence_end

include/boost/asio/buffer.hpp:454–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452/// Get an iterator to one past the end element in a buffer sequence.
453template <typename MutableBuffer>
454inline const mutable_buffer* buffer_sequence_end(const MutableBuffer& b,
455 constraint_t<
456 is_convertible<const MutableBuffer*, const mutable_buffer*>::value
457 > = 0) noexcept
458{
459 return static_cast<const mutable_buffer*>(detail::addressof(b)) + 1;
460}
461
462/// Get an iterator to one past the end element in a buffer sequence.
463template <typename ConstBuffer>

Callers 15

buffers_iteratorClass · 0.70
buffer_sizeFunction · 0.70
buffer_copyFunction · 0.70
buffer_registrationMethod · 0.70
check_buffersMethod · 0.50
check_buffersMethod · 0.50
check_buffersMethod · 0.50
testFunction · 0.50
check_buffersMethod · 0.50
prepareMethod · 0.50
consumeMethod · 0.50

Calls 1

endMethod · 0.45

Tested by

no test coverage detected