Swaps the contents of one status with another.
Declared in <absl/status/status.h>
<absl/status/status.h>
void swap( Status& a, Status& b) noexcept;
Name
Description
a
The first status.
b
The second status.
Created with MrDocs