Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

What should the default constructor do in a RAII class with move semantics?

c++ c++11 move-semantics raii

C++ using RAII with destructor that throws

c++ exception raii

Implementing RAII in C#

c# raii

Good or Bad C++ Idiom - Objects used purely for constructor/destructor?

c++ idioms raii

longjmp and RAII

C++ RAII Questions

c++ windows raii

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

c++ c++11 dll raii

RAII in Ruby (Or, How to Manage Resources in Ruby)

Is RAII safe to use in C#? And other garbage collecting languages?

c# raii

What's the shortest path in C++11 (or newer) to create an RAII wrapper without having to write a new class?

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

What is standard defer/finalizer implementation in C++?

c++ boost go stl raii

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

c++ design-patterns raii

Using RAII to nest exceptions

What is a "prospective destructor" in C++20?

Making a HANDLE RAII-compliant using shared_ptr with a custom deleter

c++ winapi raii

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

How to prevent unused variable warning with non trivial destructor

custom RAII C++ implementation for scoped mutex locks

c++ linux pthreads mutex raii

Why C++ primitive types are not initialized like the rest of types?

c++ constructor primitive raii

C++11: In what order are lambda captures destructed?

c++ lambda c++11 raii