List Question
20 TechQA 2016-02-23T20:02:36.270000How to avoid warning when using scope guard?
1.3k views
Asked by Alex
C++: why this simple Scope Guard works?
736 views
Asked by funny_falcon
C++ : other one simple scope guard
544 views
Asked by funny_falcon
Will there be standardization of scope guard/scope exit idioms?
3.7k views
Asked by VoidStar
Is a lambda-expression that only captures by reference guaranteed not to throw?
236 views
Asked by zwhconst
RAII wrapper for function pairs and template specialization
1.8k views
Asked by legends2k
Using std::unique_ptr and lambdas to advance a state of an object
454 views
Asked by Sean
The simplest and neatest c++11 ScopeGuard
46.4k views
Asked by lurscher
ScopeGuard dismiss
617 views
Asked by nakiya
Dynamically created scope guards
2.9k views
Asked by Ilya
Is there any way to extend the lifetime of a temporary object in C++?
1.2k views
Asked by Antonio Perez
Who copies the return value of a function?
513 views
Asked by Ralph Tandetzky
Difference between ScopeGuard11 and Boost.ScopeExit - just backwards compatibility?
1k views
Asked by einpoklum
const reference for temporary lifetime lengthening
948 views
Asked by altariste
Why can't Alexandrescu use std::uncaught_exception() to implement SCOPE_FAIL in ScopeGuard11?
2.2k views
Asked by odinthenerd
C++ scope guard with zero overhead
1.2k views
Asked by nebuch
Performance of golang style defer scope guard in C++
826 views
Asked by Gonen I
ScopeGuard usage with multiple resourace allocatons and exit points in a fucntion
111 views
Asked by Dinesh
Scope Guard Statement in C#
1.8k views
Asked by Glauco Vinicius
Life extension of temporary by const reference
1.1k views
Asked by CodeBricks