Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Typedefs
zeroafterfree.h File Reference
#include <support/cleanse.h>
#include <memory>
#include <vector>
Include dependency graph for zeroafterfree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zero_after_free_allocator< T >
 
struct  zero_after_free_allocator< T >::rebind< _Other >
 

Typedefs

using SerializeData = std::vector< uint8_t, zero_after_free_allocator< uint8_t > >
 Byte-vector that clears its contents before deletion. More...
 

Typedef Documentation

◆ SerializeData

using SerializeData = std::vector<uint8_t, zero_after_free_allocator<uint8_t> >

Byte-vector that clears its contents before deletion.

Definition at line 41 of file zeroafterfree.h.