[#BloombergLP-bdlat-FuzzUtil-consumeMessage-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::xref:BloombergLP/bdlat/FuzzUtil.adoc[FuzzUtil]::consumeMessage :relfileprefix: ../../../ :mrdocs: Load into the specified `message` content generated using bytes from the specified `fuzzData` according to the specified `options`. See the overload without `options` for full contract details. == Synopsis Declared in `<bdlat_fuzzutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MESSAGE> static void consumeMessage( t_MESSAGE* message, xref:BloombergLP/bslim/FuzzDataView.adoc[bslim::FuzzDataView]* fuzzData, xref:BloombergLP/bdlat/FuzzUtilOptions.adoc[FuzzUtilOptions] const& options); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#