operator=
函数功能
运算符重载。
函数原型
1 | MxPluginBase& operator=(const MxPluginBase &) = delete; |
1 | MxPluginBase& operator=(const MxPluginBase &&) = delete; |
父主题: MxPluginBase
运算符重载。
1 | MxPluginBase& operator=(const MxPluginBase &) = delete; |
1 | MxPluginBase& operator=(const MxPluginBase &&) = delete; |