How does the second form of c++ std::make_any work?

后端 未结 0 1493
时光取名叫无心
时光取名叫无心 2021-02-03 13:05

There are two form of the c++ function std::make_any, ,,, template< class T, class... Args > std::any make_any( Args&&... args ); (1

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