标签:stream names log turn com end logs 方式 ++
http://www.cnblogs.com/RainyBear/p/5733399.html
匿名函数,好屌的样子。
#include "stdafx.h" #include <iostream> using namespace std; int main() { int n = 10; auto f = [&]() { return ++n; }; cout << f() << endl; cout << n << endl; }
标签:stream names log turn com end logs 方式 ++
原文地址:http://www.cnblogs.com/zendu/p/7249481.html