标签: c++ arrays lambda
是否可以有一个Lambda表达式数组,例如:
void somefunction(){ auto arr = { [](){},etc } }
我知道数组不能由auto组成,所以我怎么能通过它?