We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883eec8 commit 86714adCopy full SHA for 86714ad
content/zh/post/2024/Rust模拟C++的函数重载.md
@@ -1,7 +1,7 @@
1
+++
2
title = "Rust模拟C++的函数重载"
3
date = 2024-08-30T22:23:00-07:00
4
-lastmod = 2024-08-30T22:55:01-07:00
+lastmod = 2024-08-30T22:57:12-07:00
5
tags = ["rust", "c++"]
6
categories = ["rust", "c++"]
7
draft = false
@@ -63,3 +63,8 @@ void func1(Type2 bar);
63
64
毕竟 Rust 设计初衷之一就是支持强类型,就函数重载而言,终归聊胜于无啦。 <br/>
65
66
+
67
+## <span class="section-num">4</span> 参考 {#参考}
68
69
+- [Programming Rust, 2nd Edition](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/) <br/>
70
0 commit comments