MCPcopy Create free account
hub / github.com/cinder/Cinder / buffer_size

Function buffer_size

include/asio/buffer.hpp:552–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

consuming_buffersMethod · 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
operator()Method · 0.85

Calls 4

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

Tested by

no test coverage detected