Move assignment.
Synopsis
Declared in <folly/io/async/EventBase.h>
constexpr
OnDestructionCallback&
operator=(OnDestructionCallback&& other) = default;
Return Value
A reference to this object.
Parameters
Name |
Description |
other |
The object to move from. |
Created with MrDocs