How to call an operator as function in C++

后端 未结 6 2220
执念已碎
执念已碎 2021-02-19 11:04

I want to call a specific operator of specific base class of some class. For simple functions it\'s easy: I just write SpecificBaseClass::function( args );. How sho

6条回答
提交回复
热议问题