Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | secure_allocator< T > |
struct | SecureUniqueDeleter< T > |
Typedefs | |
typedef std::basic_string< char, std::char_traits< char >, secure_allocator< char > > | SecureString |
template<typename T > | |
using | secure_unique_ptr = std::unique_ptr< T, SecureUniqueDeleter< T > > |
Functions | |
template<typename T , typename... Args> | |
secure_unique_ptr< T > | make_secure_unique (Args &&... as) |
using secure_unique_ptr = std::unique_ptr<T, SecureUniqueDeleter<T> > |
typedef std::basic_string<char, std::char_traits<char>, secure_allocator<char> > SecureString |
secure_unique_ptr< T > make_secure_unique | ( | Args &&... | as | ) |