摘要: #include #include void f(int& n1, int& n2, const int& n3){ std::cout bound_f = std::bind(f, n1, std::ref(n2), std::cref(n3)); n1 = 10; n2 = ... 阅读全文
posted @ 2015-01-05 10:09 zzyoucan 阅读(193) 评论(0) 推荐(0) 编辑