Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages


Go to the source code of this file.
Classes | |
struct | secure_allocator< T > |
struct | secure_allocator< T >::rebind< _Other > |
Typedefs | |
typedef std::basic_string< char, std::char_traits< char >, secure_allocator< char > > | SecureString |
typedef std::vector< unsigned char, secure_allocator< unsigned char > > | SecureVector |
Typedef Documentation
◆ SecureString
typedef std::basic_string<char, std::char_traits<char>, secure_allocator<char> > SecureString |
◆ SecureVector
typedef std::vector<unsigned char, secure_allocator<unsigned char> > SecureVector |