那个我写错了,多加了一个,我想问的其实是这种用法
child m;
// 这个是什么用法
auto f = bind(&father::Minus, placeholders::_1, 1);
f(&m);
auto f1 = std::bind(&father::Minus, m, 1);
f1();
第二种用法我知道,第一种用法,为什么能把类对象当参数。
这是什么语法,我找不到用法。
【 在 here080 的大作中提到: 】
: 我说了,你的参数数量错了。
:
--
修改:lufthansa FROM 64.104.125.*
FROM 64.104.125.*