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

Synopsis

Declared in <bdlbb_blobutil.h>

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

Created with MrDocs