C++ 11 匿名函数Lambda表达式
C++ 11匿名函数Lambda表达式格式语法[ capture-list ] ( params ) mutable exception attribute -> ret { body }[ capture-list ] ( params ) -> ret {body }[ capture-list ] ( params ) { body }[ capture-...