静态自动_ = []()?

时间:2019-01-22 21:56:34

标签: c++ c++11

static auto _ = [] (){        
    ios::sync_with_stdio(false);    
    cin.tie(NULL);    
    return nullptr;    
}();  

我了解身体同步和cin.tie,但是这个static auto _ = []()如何工作?这种语法属于c ++的哪一部分?

0 个答案:

没有答案