1

是否可以有一个 Lambda 表达式数组,例如这里:

void somefunction(){
    auto arr = {
        [](){},etc
    }
}

我知道数组不能由 auto 组成,所以我怎么能通过这个?

4

0 回答 0