How can I std::bind an std::count_if?

前端 未结 0 1463
遇见更好的自我
遇见更好的自我 2020-12-04 07:43

I am trying to bind an std::count_if function, so I can change the iterators, but the predicate (the lambda function) remains the same. I tried like this, but I got an error

相关标签:
回答
  • 消灭零回复
提交回复
热议问题