Hybrid CRTP or plain virtual functions?

前端 未结 0 498
梦谈多话
梦谈多话 2020-12-30 00:45

I have a collection of class objects I want to iterate and I want them to expose a virtual function.

std::vector sampleVector;
//...
for (auto t          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题