Insert from sourceOffset in source into dest at destOffset.

Synopsis

Declared in <bdlbb_blobutil.h>

static
void
insert(
    Blob* dest,
    int destOffset,
    Blob const& source,
    int sourceOffset);

Description

Insert from the specified sourceOffset in the specified source to the specified destOffset in the specified dest.

Parameters

Name

Description

dest

destination blob

destOffset

insertion offset in dest

source

source blob

sourceOffset

starting byte offset in source

Created with MrDocs