Assignment operators
Synopses
Declared in <folly/Expected.h>
Copy assignment operator.
CopyConstructible&
operator=(CopyConstructible const& other) = default;
Move assignment operator.
CopyConstructible&
operator=(CopyConstructible&& other) = default;
Return Value
A reference to this object.
Parameters
Name |
Description |
other |
The object to copy from. |
Created with MrDocs