forked from boostorg/smart_ptr
73153d57971849d6cfd13e2bd1bf2b0c9894797d
This provides a way to escape from automatic reference counting, and taking manual control of the reference. Useful when interfacing to a C API that expects a pointer with an elevated reference count. Similar to std::unique_ptr<>::release().
Description
Boost.org smart_ptr module
3.1 MiB
Languages
C++
99.7%
CMake
0.3%