How to invoke a template operator[] in c++?

前端 未结 0 1735
死守一世寂寞
死守一世寂寞 2020-12-31 14:23

I have a map that allows std::any as values, then I return the std::any object.

I would like to save some characters in my code. so I have

class MyMap          


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