BloombergLP::bdlbb::BlobUtil::insert

Insert the entire source blob into dest at destOffset.

Synopsis

Declared in <bdlbb_blobutil.h>

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

Description

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

Parameters

NameDescription
destdestination blob
destOffsetinsertion offset in dest
sourcesource blob