[#secure_unique_ptr] = secure_unique_ptr :mrdocs: A unique_ptr whose managed object lives in secure memory and is securely freed. == Synopsis Declared in `<support/allocators/secure.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> using secure_unique_ptr = std::unique_ptr<T, SecureUniqueDeleter<T>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#