Insert the entire source blob into dest at destOffset.
Declared in <bdlbb_blobutil.h>
static
void
insert(
Blob* dest,
int destOffset,
Blob const& source);
Insert the specified source to the specified destOffset in the specified dest.
| Name | Description |
|---|---|
| dest | destination blob |
| destOffset | insertion offset in dest |
| source | source blob |