swap overloads
Declared in <bdlbb_blob.h>
Efficiently exchange the values of the specified a and b objects. This method provides the no-throw exception-safety guarantee if both objects were created with the same allocator.
void
swap(
Blob& a,
Blob& b);
» more...
Efficiently exchange the values of the specified a and b objects. This method provides the no-throw exception-safety guarantee.
void
swap(
BlobBuffer& a,
BlobBuffer& b);
» more...