Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有一个 Lambda 表达式数组,例如这里:
void somefunction(){ auto arr = { [](){},etc } }
我知道数组不能由 auto 组成,所以我怎么能通过这个?