Move assignment operator.
Synopsis
Description
StatusOr<T> is moveAssignable if T is move constructible and move assignable.
Return Value
A reference to *this.
Parameters
Name |
Description |
other |
The source object. |
Created with MrDocs