Assigns a copy of sb to this builder.
Synopsis
Declared in <absl/status/status_builder.h>
StatusBuilder&
operator=(StatusBuilder const& sb);
Return Value
*this.
Parameters
Name |
Description |
sb |
The builder to copy. |
Created with MrDocs