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

Function buffer_size

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

Source from the content-addressed store, hash-verified

551
552template <typename Iterator>
553inline std::size_t buffer_size(one_buffer,
554 Iterator begin, Iterator) ASIO_NOEXCEPT
555{
556 return const_buffer(*begin).size();
557}
558
559template <typename Iterator>
560inline std::size_t buffer_size(multiple_buffers,

Callers 13

consuming_buffersMethod · 0.85
write_someMethod · 0.85
async_write_someMethod · 0.85
read_someMethod · 0.85
async_read_someMethod · 0.85
buffer_dupFunction · 0.85
buffered_handshake_opMethod · 0.85
write_someMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
copyMethod · 0.85
read_someMethod · 0.85

Calls 4

const_bufferFunction · 0.70
buffer_sequence_beginFunction · 0.70
buffer_sequence_endFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected