System::Func::operator= method
Func::operator=(const Func&) method
Copy assignment.
Func & System::Func<Args>::operator=(const Func &other)
Parameter | Type | Description |
---|---|---|
other | const Func& | Func delegate to copy to current object. |
ReturnValue
Reference to this.
See Also
- Class Func
- Class Func
- Namespace System
- Library Aspose.PUB for C++
Func::operator=(Func&&) method
Move assignment.
Func & System::Func<Args>::operator=(Func &&other) noexcept
Parameter | Type | Description |
---|---|---|
other | Func&& | Func delegate to move to current object. The state can be changed. |
ReturnValue
Reference to this.
See Also
- Class Func
- Class Func
- Namespace System
- Library Aspose.PUB for C++