Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

Raw pointer inside std::make_shared

c++ pointers c++11 raii

How can RAII be applied for class members that require extended initialization?

c++ initialization raii

Is this bad RAII design?

c++ constructor raii

The difference between RAII and smart pointers in C++

c++ smart-pointers raii

"struct field is never used", but needed by RAII

rust raii

shared_ptr: what's it used for

c++ boost shared-ptr raii

RAII state management

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

RxCpp RAII observable subscription

c++ raii model-view rxcpp

Does computed `goto` respect C++ object lifetime?

c++ gcc goto raii

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

Possible to detect stack allocated object that isn't captured?

c++ raii

RAII pattern for acquire/release with variadic templates

c++ variadic-templates raii

call function when leaving scope

c++ c++11 scope raii

How to automatically set stream mode back to default [duplicate]

c++ iostream raii

RAII way to get errors that are caught during destruction

Is it safe to modify RVO values within an RAII construct? [duplicate]

Is there any safe way to ensure an arbitrary drop happens before some expensive computation?

multithreading rust raii

C++ Arrays and make_unique

c++ arrays c++11 unique-ptr raii

Is shared ownership of objects a sign of bad design?

c++ garbage-collection raii

Stroustrup's RAII and the cast operator FILE* () = contradiction?

c++ pointers raii