RAII FinallyScopeExit 本质是当退出scope的时候,执行某个函数,这个函数一般是释放资源的函数。 The simplest and neatest c++11 ScopeGuard Boost.ScopeExit with C++11 lambda functions std::experimental::scope_exit scope(exit) in C++11