Constructors
Declared in <util/subprocess.h>
Constructs an empty buffer.
constexpr
Buffer() = default;
» more...
Constructs a buffer with the given initial storage capacity.
explicit
Buffer(size_t cap);
» more...
| Name | Description |
|---|---|
| cap | Number of bytes to reserve in the underlying vector. |