operator=

函数功能

运算符重载。

函数原型

1
MxPluginBase& operator=(const MxPluginBase &) = delete;
1
MxPluginBase& operator=(const MxPluginBase &&) = delete;