[#SerializeData] = SerializeData :mrdocs: Byte‐vector that clears its contents before deletion. == Synopsis Declared in `<support/allocators/zeroafterfree.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using SerializeData = std::vector<std::byte, zero_after_free_allocator<std::byte>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#