Move assignment operator.
Synopsis
Declared in <absl/status/status_builder.h>
constexpr
StatusBuilder&
operator=(StatusBuilder&& other) = default;
Return Value
*this.
Parameters
Name |
Description |
other |
The source object. |
Created with MrDocs