Insert the specified buffer before the beginning of the specified dest if neither the resulting total size of dest nor its resulting total number of buffers exceeds INT_MAX. Return 0 on success, and a non‐zero value (with no effect) otherwise. The length of the dest is incremented by the length of the prepended buffer.
Synopsis
Declared in <bdlbb_blobutil.h>
static
int
prependDataBufferIfValid(
Blob* dest,
BlobBuffer const& buffer);
Created with MrDocs