![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <secure.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| secure_allocator ()=default | |
| template<typename U > | |
| secure_allocator (const secure_allocator< U > &) noexcept | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t n) |
Friends | |
| template<typename U > | |
| bool | operator== (const secure_allocator &, const secure_allocator< U > &) noexcept |
| template<typename U > | |
| bool | operator!= (const secure_allocator &, const secure_allocator< U > &) noexcept |
| using secure_allocator< T >::value_type = T |
|
default |
|
inlinenoexcept |
|
inline |
|
inline |
|
friend |
|
friend |