std::mem_fun和之间有什么区别std::mem_fn?为什么命名如此令人困惑?
std::mem_fun
std::mem_fn
Boost的文档说在大多数情况下std::mem_fn都可以替代std::mem_fun.那你在什么情况下仍会使用std::mem_fun?
c++ std member-functions c++11
c++ ×1
c++11 ×1
member-functions ×1
std ×1