copy overloads
Synopses
Declared in <bdlbb_blobutil.h>
Copy contiguous bytes into a blob at the specified destination offset.
Copy a byte range from a blob into a contiguous destination buffer.
Copy a byte range from one blob into another at a destination offset.
Parameters
Name |
Description |
dst |
destination blob |
dstOffset |
starting byte offset in |
src |
contiguous source address |
length |
number of bytes to copy |
dstBuffer |
contiguous destination buffer |
srcBlob |
source blob |
position |
starting byte offset in |
srcOffset |
starting byte offset in |
Created with MrDocs