c++ Programming Glossary: makescopeguard
The simplest and neatest c++11 ScopeGuard http://stackoverflow.com/questions/10270328/the-simplest-and-neatest-c11-scopeguard typename aLambda typename rLambda const ScopeGuard rLambda makeScopeGuard const aLambda _a const rLambda _r return ScopeGuard rLambda.. _a _r template typename rLambda const ScopeGuard rLambda makeScopeGuard const rLambda _r return ScopeGuard rLambda _r Here is the.. constructor adquire happens elsewhere const auto a RAII makeScopeGuard myVec.pop_back sintactically neater since everything happens..
|