Comparing std::functions for equality?

前端 未结 7 520
自闭症患者
自闭症患者 2020-12-03 04:47

How can I compare two C++11 std::functions with operator==, and return true if both of said functions refer to the same f

7条回答
提交回复
热议问题