Efficiently exchange the values of the specified a and b objects.

Synopses

Declared in <bdlbb_blob.h>

Efficiently exchange the values of the specified a and b objects.

void
swap(
    Blob& a,
    Blob& b);

Efficiently exchange the values of the specified a and b objects.

void
swap(
    BlobBuffer& a,
    BlobBuffer& b);

Parameters

Name

Description

a

first blob to exchange

b

second blob to exchange

Created with MrDocs