如何以编程方式将一个类型替换为另一个类型

时间:2019-07-11 01:15:04

标签: c++

我想在我的代码中测试自定义字符串和映射实现的性能。我想用<body onload="myFunction()"> <div class="popup">The Earth Is Flat <span class="popuptext" id="myPopup"><img src="images/fi.jpg"> <b>ALERT!</b><br>The Blank Device has scanned this website and found Fake News. The phrase "The Earth is flat." is Fake News.</span> </div> <div class="popup">The Earth Is Flat <span class="popuptext" id="myPopup"><img src="images/fi.jpg"> <b>ALERT!</b><br>The Blank Device has scanned this website and found Fake News. The phrase "The Earth is flat." is Fake News.</span> </div> </body> std::string替换所有类型std::mapcustom::string的对象。有合理的脚本编写方式吗?

我对一种适用于任何给定源和目标类型的方法更感兴趣。理想情况下,一种方法也应支持不同的API名称,即用custom::map替换std::map::insert()

我不/不信任搜索/替换/正则表达式或仅依赖于类型的文本表示形式的任何解决方案。提供一个教程或可行的示例也将很棒。

0 个答案:

没有答案