摘要:
Googletest Primer 原文地址:https://github.com/google/googletest/blob/master/googletest/docs/primer.md Introduction: Why googletest? googletest helps you w 阅读全文
摘要:
string常用成员函数 std::string::clear Clear string Erases the contents of the string, which becomes an empty string (with a length of 0 characters). Paramet 阅读全文