#include <memory>
Go to the source code of this file.
Helper to hold and release an IO_BASE object when exceptions are thrown.
(Wrapper around a std::unique_ptr, but created to allow possible custom deleters in the future).
Definition at line 33 of file io_mgr.h.