Search code examples
RAII in Python - automatic destruction when leaving a scope...

pythonscoperaiiwith-statement

Read More
Does a user-defined drop for a struct also drop its fields implicitly in Rust?...

rustraii

Read More
Rust solution for RAII pattern to modify another object on new() and drop()...

c++rustraii

Read More
How to manage memory for captured inputs of a lambda?...

c++lambdaraii

Read More
gcc warns about unused RAII variable...

c++gccwarningsraiiunused-variables

Read More
How to use handle in WINAPI when I implement my c++ code with RAII principle?...

c++windowswinapihandleraii

Read More
How can I wrap a C object in a custom RAII Class in C++?...

c++raii

Read More
Is there a better deterministic disposal pattern than nested "using"s?...

c#c++usingraii

Read More
How do you handle large object copying with RAII?...

c++raii

Read More
C/C++ macro/template blackmagic to generate unique name...

c++c-preprocessorraii

Read More
C++/pimpl: raw pointer or unique_ptr? What is a better choice?...

c++unique-ptrraiiraw-pointer

Read More
Is it possible to kill a C++ application on Windows XP without unwinding the call stack?...

c++processwindows-xpcallstackraii

Read More
Is it a bad idea to acquire a lock in a destructor?...

c++synchronizationraii

Read More
Is it possible to know in a destructor that an r-value referrence is being deleted?...

c++c++17destructormove-semanticsraii

Read More
Asynchronous Destruction and RAII in C++...

c++asynchronousraii

Read More
raii architecture using c++ and glfw...

c++glfwraiiexception-safetyc++17

Read More
Locking an array of std::mutex using a std::lock_guard array...

c++arraysconstructorraii

Read More
Does header initialization break RAII?...

c++raii

Read More
Intuition on C++ situations where an an unknown number of objects of a custom class will be needed a...

c++oopheap-memoryraii

Read More
Why std::shared_ptr control block need to hold a pointer to managed object with its correct type...

c++shared-ptrraiitr1

Read More
Is there a proper 'ownership-in-a-package' for 'handles' available?...

c++c++11handleraiiownership-semantics

Read More
How to initialize an object using async-await pattern...

c#design-patternsninjectasync-awaitraii

Read More
Concise RAII for Trompeloeil mocks...

c++mockingraiitrompeloeil

Read More
Detecting active exceptions in the destructor...

c++exceptiondestructorraii

Read More
RAII design pattern in Java...

javaraiitry-with-resources

Read More
Restoring a C++ stream's exception mask for caller...

c++exceptiondestructoriostreamraii

Read More
Does std::terminate() trigger stack unwinding?...

c++raii

Read More
Pattern name for create in constructor, delete in destructor (C++)...

c++design-patternsraii

Read More
RAII: do mutexes in a vector declared in a loop all unlock in the next iteration?...

c++mutexraiistdmutex

Read More
std::move() a stack allocated unordered_map?...

heap-memorymoveunordered-mapstack-memoryraii

Read More
BackNext