[#BloombergLP-bdlbb-BlobUtil-appendBufferIfValid-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::appendBufferIfValid :relfileprefix: ../../../ :mrdocs: Append the specified `buffer` after the last buffer 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 unaffected. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int appendBufferIfValid( xref:BloombergLP/bdlbb/Blob.adoc[Blob]* dest, xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& buffer); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#