company logo

Binary :: operator+= - Append binary data

This operator is implemented for convenience fulfilling the method append(). The function appends the binary data block passed as right operand to the left operand.

Return value:  Binary data block handle ( odaba::Binary & )

Constant reference to a binary data block handle, which may contain binary data up to 2 GB.

Implementation details