Assignment operators
Declared in <absl/status/status_builder.h>
Assigns a copy of sb to this builder.
StatusBuilder&
operator=(StatusBuilder const& sb);
» more...
Move assignment operator.
constexpr
StatusBuilder&
operator=(StatusBuilder&& other) = default;
» more...
*this.
| Name | Description |
|---|---|
| sb | The builder to copy. |
| other | The source object. |