[#DataBuffer] = DataBuffer :mrdocs: Byte buffer used by the buffered stream wrappers. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using DataBuffer = std::vector<std::byte>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#