myPreciousFunction(std::string s1 = "", std::string s2 = "") { } int main() { myPreciousFunction(); }
我能让这些论点看起来更漂亮吗?如果没有提供参数,我希望有空字符串.
c++
c++ ×1