struct WritableIoVec

Defined at line 35 of file ../../third_party/crashpad/src/util/file/file_writer.h

A version of `iovec` with a `const` #iov_base field.

This structure is intended to be used for write operations.

Type compatibility with iovec is tested with static assertions in the

implementation file.

Public Members

const void * iov_base
size_t iov_len