MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / buffer_sequence_end

Function buffer_sequence_end

3rd/asio-1.24.0/include/asio/buffer.hpp:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464/// Get an iterator to one past the end element in a buffer sequence.
465template <typename MutableBuffer>
466inline const mutable_buffer* buffer_sequence_end(const MutableBuffer& b,
467 typename constraint<
468 is_convertible<const MutableBuffer*, const mutable_buffer*>::value
469 >::type = 0) ASIO_NOEXCEPT
470{
471 return static_cast<const mutable_buffer*>(detail::addressof(b)) + 1;
472}
473
474/// Get an iterator to one past the end element in a buffer sequence.
475template <typename ConstBuffer>

Callers 14

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

endMethod · 0.45

Tested by

no test coverage detected