摘要: // Bind_std_function.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include //学习bind的用法 void f(int n1, int n2, int n3, const int & n4, int n5) { std::cout d(0, 10);... 阅读全文
posted @ 2017-06-13 09:55 瓜蛋 阅读(18890) 评论(0) 推荐(0) 编辑