Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Segmentation Fault and RAII

RAII and C++ STL

c++ stl raii

D Dynamic Arrays - RAII

The meaning of the term - Resource Acquisition Is Initialization

c++ oop terminology raii

How much work should constructor of my class perform?

c++ 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