insert overloads
Synopses
Declared in <bdlbb_blobutil.h>
Insert the entire source blob into dest at destOffset.
Insert from sourceOffset in source into dest at destOffset.
Insert a byte range from source into dest at destOffset.
Parameters
Name |
Description |
dest |
destination blob |
destOffset |
insertion offset in |
source |
source blob |
sourceOffset |
starting byte offset in |
sourceLength |
number of bytes to insert from |
Created with MrDocs