Search code examples
A thread_guard Equivalent To lock_guard / unique_lock...

multithreadingc++11raiistd

Read More
RAII memory corruption in Google Test...

c++memorygoogletestraii

Read More
unique_ptr deleter overhead...

c++c++11smart-pointersraii

Read More
How to implement RAII + lazy initialization?...

c++lazy-initializationraii

Read More
General guidelines to avoid memory leaks in C++...

c++memorymemory-managementraii

Read More
Why do C++ standard file streams not follow RAII conventions more closely?...

c++iostreamraiistd

Read More
How does RAII work when a constructor throws an exception?...

c++exceptionconstructorraii

Read More
Use move semantics and vector of references to children of abstract classes...

c++classoopmove-semanticsraii

Read More
How to add object with expensive dtor to vector without emplace_back()...

c++visual-studio-2010vectorraii

Read More
Is implementing RAII via constructors and destructors considered bad 'Modern C++'?...

c++c++11raii

Read More
Any RAII template in boost or C++0x...

c++templatesboostc++11raii

Read More
Generic handle class...

c++raiiresource-management

Read More
Why is std::mutex::unlock() not noexcept...

c++c++11mutexdestructorraii

Read More
Moved objects are still destructed?...

c++c++11destructormove-semanticsraii

Read More
Is it safe to use RAII while stack unwinding?...

c++exceptiondestructorraiistack-unwinding

Read More
Throwing exception from constructor across DLL boundary...

c++dllexceptionraii

Read More
Hide post-function calls in with statement...

pythonpython-3.xwith-statementraii

Read More
Move constructor and const member variables...

c++11raiimove-constructor

Read More
Automatic object changes memory location...

c++memory-managementraiitemporary-objects

Read More
RAII with a filestream...

c++fstreamraii

Read More
Should I delete char arrays in .h files...

c++arraysraii

Read More
RAII char ** to be used as exec argument vector...

c++c++11memory-managementraii

Read More
RAII char buffer...

c++raii

Read More
Is the object itself optimized out when I use this RAII-style pattern?...

c++armmicrocontrollerraiicortex-m

Read More
Is there a clean way to give Java objects scope with destruction?...

javaexceptionfile-ioraiiresource-cleanup

Read More
C++ using RAII with destructor that throws...

c++exceptionraii

Read More
RAII state management...

c++c++11c++14raii

Read More
C++ RAII and polymorphism compatibility...

c++raii

Read More
The difference between RAII and smart pointers in C++...

c++smart-pointersraii

Read More
Indirect Member RAII: unique_ptr or optional?...

c++11unique-ptrraiiboost-optional

Read More
BackNext