摘要:
#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芬周
阅读(666)
评论(1)
推荐(0)
摘要:
L:左 R:右 阅读全文
posted @ 2018-01-07 12:48
史D芬周
阅读(266)
评论(0)
推荐(0)