摘要: 函数对象 使用bind时注意,占位符有自己的命名空间std::placeholders,如果不在程序开始处using std::placeholders,那么就要写成: std::bind(std::logical_and<bool>(), std::bind(std::greater_equal< 阅读全文
posted @ 2016-07-12 18:09 IT由零开始 阅读(193) 评论(0) 推荐(0) 编辑