Initializing a C++ static member that stores a lambda function

后端 未结 0 1718
醉梦人生
醉梦人生 2021-01-16 16:21

I have defined a struct A with a member f that holds a lambda function. The type is given as a template parameter, and f is initialized in the constructor using an argument

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