A unique_ptr whose managed object lives in secure memory and is securely freed.
Synopsis
Declared in <support/allocators/secure.h>
template<typename T>
using secure_unique_ptr = std::unique_ptr<T, SecureUniqueDeleter<T>>;
Created with MrDocs