[#subprocess-Buffer-2constructor-0c] = xref:subprocess.adoc[subprocess]::xref:subprocess/Buffer.adoc[Buffer]::Buffer :relfileprefix: ../../ :mrdocs: Constructs a buffer with the given initial storage capacity. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Buffer(size_t cap); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cap* | Number of bytes to reserve in the underlying vector. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#