Skip to content
#

raii

Here are 98 public repositories matching this topic...

Resource Acquisition Is Initialization or RAII, is a C++ programming technique which binds the life cycle of a resource that must be acquired before use (allocated heap memory, thread of execution, open socket, open file, locked mutex, disk space, database connection—anything that exists in limited supply) to the lifetime of an object.

  • Updated Dec 3, 2021
  • C++

Improve this page

Add a description, image, and links to the raii topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the raii topic, visit your repo's landing page and select "manage topics."

Learn more