thinkoid / unique_resource

Header-only, single-class, generic resource management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic resource management

A one-class implementation of a generic resource management in C++14.

Attributions

This source code is based on the work and code of Peter Sommerlad, Andrew Sandoval, Eric Niebler, and Daniel Krügler. It contains minor additions and changes, and a skeleton of unit tests that borrow from unique_ptr unit tests.

About

Header-only, single-class, generic resource management.

License:MIT License


Languages

Language:C++ 95.3%Language:Makefile 2.5%Language:M4 2.2%