What is the right way to static_cast a vector in C++

前端 未结 0 1713
心在旅途
心在旅途 2021-01-06 15:00

I have my c++ code which I need to static cast a vector object A to vector object B. This is my c++ code:

void notifyTestResultEvent(ObjectA &results) {
          


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