Cost of copying stateless objects (lambdas)?

后端 未结 0 399
小鲜肉
小鲜肉 2021-01-01 23:02

How can one find out if there is a cost in creating an object by copying a lambda?

template
class A {
public:
  A(Lambda lambda) : _lam         


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