标签: c++ performance
调用std::mem_fn与对包装成员函数的原始调用相比,性能开销是多少?我希望通过优化编译器它会为零,因为std::function中可能存在多态机制,但我不确定,因为我不知道内部结构。
std::mem_fn
std::function