subprocess::Buffer::Buffer

Constructs a buffer with the given initial storage capacity.

Synopsis

Declared in <util/subprocess.h>

explicit
Buffer(size_t cap);

Parameters

NameDescription
capNumber of bytes to reserve in the underlying vector.