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

Function buffer_copy

include/asio/buffer.hpp:2186–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184
2185template <typename TargetIterator, typename SourceIterator>
2186inline std::size_t buffer_copy(one_buffer, one_buffer,
2187 TargetIterator target_begin, TargetIterator,
2188 SourceIterator source_begin, SourceIterator) ASIO_NOEXCEPT
2189{
2190 return (buffer_copy_1)(*target_begin, *source_begin);
2191}
2192
2193template <typename TargetIterator, typename SourceIterator>
2194inline std::size_t buffer_copy(one_buffer, one_buffer,

Callers 9

copyMethod · 0.85
peek_copyMethod · 0.85
lineariseMethod · 0.85
lineariseMethod · 0.85
lineariseMethod · 0.85
buffer_dupFunction · 0.85
operator()Method · 0.85
copyMethod · 0.85
operator()Method · 0.85

Calls 6

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

Tested by

no test coverage detected