Assignment operators
Declared in <folly/Utility.h>
Copy-assigns the wrapper.
to_floating_point_convertible&
operator=(to_floating_point_convertible const& other) = default;
» more...
Move-assigns the wrapper.
to_floating_point_convertible&
operator=(to_floating_point_convertible&& other) = default;
» more...
A reference to this object.
| Name | Description |
|---|---|
| other | The wrapper to copy from. |