[#BloombergLP-bslim-FuzzUtil-consumeRandomLengthString-0b6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/FuzzUtil.adoc[FuzzUtil]::consumeRandomLengthString :relfileprefix: ../../../ :mrdocs: Same as the preceding overload for `std::pmr::string`. == Synopsis Declared in `<bslim_fuzzutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void consumeRandomLengthString( std::pmr::string* output, xref:BloombergLP/bslim/FuzzDataView.adoc[FuzzDataView]* fuzzDataView, std::size_t maxLength); ---- == Parameters [cols="1,4"] |=== | Name| Description | *output* | destination for the generated string | *fuzzDataView* | view providing fuzz input bytes | *maxLength* | maximum number of characters to load into `output` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#