insert overloads

Synopses

Declared in <bdlbb_blobutil.h>

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

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

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

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

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

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

Created with MrDocs