会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
<
2017年12月
>
日
一
二
三
四
五
六
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
IDEA
SimpleBlue darkgreentrip
博客园
首页
新随笔
联系
订阅
管理
2018年1月7日
decltype使用
摘要: #include #include #include #include #include using namespace std; void a(int a) { cout << a << endl; }; void b(int b) { cout << a << endl; }; int main() { decltype(a) &a1=a; //函数引用,给一个declt...
阅读全文
posted @ 2018-01-07 17:36 史D芬周
阅读(659)
评论(1)
推荐(0)
编辑
c++运费符优先级
摘要: L:左 R:右
阅读全文
posted @ 2018-01-07 12:48 史D芬周
阅读(258)
评论(0)
推荐(0)
编辑
公告