Efficiently exchange the values of the specified a and b objects.
Synopsis
Declared in <bdlbb_blob.h>
void
swap(
BlobBuffer& a,
BlobBuffer& b);
Description
This method provides the no‐throw exception‐safety guarantee.
Parameters
Name |
Description |
a |
first blob buffer to exchange |
b |
second blob buffer to exchange |
Created with MrDocs