Create a FuzzDataView object from the specified fuzz data and size. The behavior is undefined unless data || (0 == size).
Declared in <bslim_fuzzdataview.h>
FuzzDataView(
uint8_t const* data,
std::size_t size);
| Name | Description |
|---|---|
| data | fuzz data buffer this view refers to |
| size | number of bytes in data |