0

Boost为 boost::bind 结果类型重载了运算符。所以!bind(f, ...)等价于bind( logical_not(), bind(f, ...) )。也可以使用其他一些运算符,如 ||、&&。std::bind 是否具有相同的功能?一个可以用!std::bind(...)吗?std::not1在 c++11 中被弃用了吗?

4

0 回答 0