Is there call overhead if std::bind is used in recursive way?

前端 未结 0 881
眼角桃花
眼角桃花 2020-12-25 09:33

I\'m writing a template function which involved usage of f = std::bind(std::bind(std::bind(...))).

but I\'m not sure whether the c++ compiler is smart enough to unfol

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