operator=
Function Usage
Overloads the operator.
Prototype
1 | MxPluginBase& operator=(const MxPluginBase &) = delete; |
1 | MxPluginBase& operator=(const MxPluginBase &&) = delete; |
Parent topic: MxPluginBase
Overloads the operator.
1 | MxPluginBase& operator=(const MxPluginBase &) = delete; |
1 | MxPluginBase& operator=(const MxPluginBase &&) = delete; |