Same as the preceding overload for std::string.
Declared in <bslim_fuzzutil.h>
static
void
consumeRandomLengthAsciiString(
std::string* output,
FuzzDataView* fuzzDataView,
std::size_t maxLength);
| Name | Description |
|---|---|
| output | destination for the generated string |
| fuzzDataView | view providing fuzz input bytes |
| maxLength | maximum number of characters to load into output |