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