Efficiently exchange the values of the specified a and b objects.
Declared in <bdlbb_blob.h>
Efficiently exchange the values of the specified a and b objects.
void
swap(
Blob& a,
Blob& b);
» more...
Efficiently exchange the values of the specified a and b objects.
void
swap(
BlobBuffer& a,
BlobBuffer& b);
» more...
| Name | Description |
|---|---|
| a | first blob to exchange |
| b | second blob to exchange |