Lambda Expression 的語法. Lambda expression 基本的用法如下: [=] (int x) mutable throw() -> int { // 函數內容 int n = x + y; return n; }.
確定! 回上一頁