SerializeData

Byte-vector that clears its contents before deletion.

Synopsis

Declared in <support/allocators/zeroafterfree.h>

using SerializeData = std::vector<std::byte, zero_after_free_allocator<std::byte>>;