a small fix

This commit is contained in:
猫耳堀川雷鼓 2021-01-31 15:50:18 +08:00 committed by GitHub
parent 950c5031ec
commit 5fd6bc9852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,6 @@ f(27); //27是右值所以T是int
<font size = 5>**情景三:`ParamType`既不是指针也不是引用**</font>
## 情景三ParamType既不是指针也不是引用
当`ParamType`既不是指针也不是引用时我们通过传值pass-by-value的方式处理
````cpp
template<typename T>