Update item4.md

This commit is contained in:
猫耳堀川雷鼓 2021-03-31 23:16:56 +08:00 committed by GitHub
parent c8844c50f4
commit 04e2e271f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ void f(const T& param)
cout << "T = " << typeid(T).name() << '\n'; //显示T
cout << "param = " << typeid(param).name() << '\n'; //显示
... //param
//param
} //的类型
````
GNU和Clang执行这段代码将会输出这样的结果