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