Search code examples
Is lock_guard a RAII implementation or it is used to implement RAII?...

c++cdesign-patternsraii

Read More
Memory management patterns...

c++design-patternsmemory-managementraii

Read More
How to add objects to a std::vector<unique_ptr<obj>>?...

c++c++11vectorunique-ptrraii

Read More
Why Pointer contains some trash?...

c++pointersc++11vectorraii

Read More
In-class / constructor member initialization...

c++constructorinitializationraii

Read More
How to guarantee only one construction of an object returned by value?...

c++raii

Read More
RAII and deduced template arguments...

c++templatesc++11raii

Read More
Forcing non-temporary in RAII by compile Error C++...

c++raiimost-vexing-parse

Read More
RAII for resources that can be invalidated...

c++resourcesdirectxraii

Read More
Do boost asio sockets have proper RAII cleanup...

c++boost-asioraii

Read More
Understanding why race condition happens when only one thread does the write operation...

exceptionc++11race-conditionraiistdatomic

Read More
Thrown object cannot be caught in a multi-threaded solution...

exceptionc++11constructorraiistdthread

Read More
Class members, implicit initialization to zero?...

c++initializationraii

Read More
"struct field is never used", but needed by RAII...

rustraii

Read More
Managing objective-C objects with c++ std::unique_ptr<> or std::shared_ptr<>...

c++objective-cmemory-managementraii

Read More
How to turn vector of raw pointers into a vector of unique pointers?...

c++smart-pointersraiiraw-pointer

Read More
Use RAII with factory taking as input a reference to pointer...

c++smart-pointersraii

Read More
Initialise a functor passed into a unique_ptr custom deleter...

c++unique-ptrraii

Read More
c++ new C array allocation, RAII or simple shared_ptr / boost::shared_array...

c++raii

Read More
Typedef a shared_ptr type with a static custom deleter, similar to unique_ptr...

c++shared-ptrsmart-pointersunique-ptrraii

Read More
RAII Multiple Constructor...

c++oopraii

Read More
Poco AsyncChannel does not exit on forked process exit...

c++forkpocoraiidynamic-loading

Read More
Why is RAII so named?...

raii

Read More
RAII with boost boost::program_options and options_description...

c++boostunique-ptrraiiboost-program-options

Read More
When has RAII an advantage over GC?...

c++raii

Read More
Segmentation Fault and RAII...

c++exceptionsegmentation-faultposixraii

Read More
How to deal with bad_alloc in RAII?...

raiibad-alloc

Read More
Why the Destructor in C++ de-allocated memory in reverse order of how they were initialised?...

c++memory-managementdestructorraii

Read More
what is the relation between RAII and shared_ptr?...

c++shared-ptrraii

Read More
Deterministic destruction of container-owned objects (or how to put a Unique (std.typecons.Unique) i...

dunique-ptrraiideterministicphobos

Read More
BackNext