Search code examples
What does the parking_lot documentation mean when it says 'allow raw (un)locking without a RAII ...


rustmutexraii

Read More
Making a HANDLE RAII-compliant using shared_ptr with a custom deleter...


c++winapiraii

Read More
What is the elegant way to delete tmpfile created by boost::filesystem?...


c++boostraii

Read More
Properly terminating program. Using exceptions...


c++exceptionraiiidioms

Read More
Implementing RAII on a folder iteration...


c++winapidesign-patternsraii

Read More
RAII equivalent for FIFO release order...


c++raii

Read More
Use of unique_ptr for class members...


c++smart-pointersraii

Read More
What happens when I call std::mem::drop with a reference instead of an owned value?...


referencerustraii

Read More
RAII with std::function...


c++c++11smart-pointersstd-functionraii

Read More
How does C++ automatically call destructor?...


c++raii

Read More
How to set object that is acquired from RAII style smart object pool in C++?...


c++raii

Read More
Alternative to operator()() overloading? || Direct member access...


c++operator-keywordraiiconversion-operator

Read More
How to tighten the scope when using C++ lock_guard?...


c++lockingstdmutexraii

Read More
Using RAII to re-allocate a resource after a given number of iterations...


c++raii

Read More
Is it safe to modify RVO values within an RAII construct?...


c++destructorraiicopy-elisionrvo

Read More
Is it possible to use std::unique_ptr to manage DLL resource?...


c++c++11dllraii

Read More
RAII thread safe getter...


c++multithreadinglockinggetterraii

Read More
How to deal with Resource-waiting in RAII...


c++raii

Read More
C++ partial constructors with and without a body behave differently...


c++constructorlanguage-lawyerraii

Read More
Preventing users from creating unnamed instances of a class...


c++c++17raii

Read More
Why does Rust borrow checker ignores the mutable pointer among the function parameters?...


rustborrow-checkerraii

Read More
custom RAII C++ implementation for scoped mutex locks...


c++linuxpthreadsmutexraii

Read More
what if I ignore the return value of a function with shared_ptr return type...


c++return-valueshared-ptrraii

Read More
How to organize object ownership for class that lives lesser time than owner of the object?...


c++pointersmemory-managementraiiownership-semantics

Read More
returning pointer to a struct, how can I free memory automatically?...


c++pointersmemorysmart-pointersraii

Read More
is it safe to use the same mutex with lock_gard and without it in other parts of code...


c++multithreadingthread-safetymutexraii

Read More
What is the best way to implement smart pointers in C++?...


c++smart-pointersc++03raiireference-counting

Read More
Avoid allocating in constructor or preserve simplicity (and RAII?)...


c++constructorraii

Read More
Will the non-lexical lifetime borrow checker release locks prematurely?...


rustmutexraiiborrow-checker

Read More
What wrapper class in C++ should I use for automated resource management?...


c++raiiresource-management

Read More
BackNext