MCPcopy Create free account
hub / github.com/alibaba/async_simple / buffer_sequence_begin

Function buffer_sequence_begin

demo_example/asio/asio/buffer.hpp:388–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386/// Get an iterator to the first element in a buffer sequence.
387template <typename MutableBuffer>
388inline const mutable_buffer* buffer_sequence_begin(const MutableBuffer& b,
389 typename constraint<
390 is_convertible<const MutableBuffer*, const mutable_buffer*>::value
391 >::type = 0) ASIO_NOEXCEPT
392{
393 return static_cast<const mutable_buffer*>(detail::addressof(b));
394}
395
396/// Get an iterator to the first element in a buffer sequence.
397template <typename ConstBuffer>

Callers 15

buffers_iteratorClass · 0.70
buffer_sizeFunction · 0.70
buffer_copyFunction · 0.70
buffer_registrationMethod · 0.70
prepareMethod · 0.50
consumeMethod · 0.50
all_emptyMethod · 0.50
validateMethod · 0.50
firstMethod · 0.50
lineariseMethod · 0.50

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected