[#BloombergLP-bdlat-FuzzUtil-consumeMessage-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::xref:BloombergLP/bdlat/FuzzUtil.adoc[FuzzUtil]::consumeMessage :relfileprefix: ../../../ :mrdocs: `consumeMessage` overloads == Synopses Declared in `<bdlat_fuzzutil.h>` Load into the specified `message` content generated using bytes from the specified `fuzzData`, and update `fuzzData` to reflect the bytes consumed. Optionally specify an `options` to customize the generated values. If `options` is not supplied, default values for the options are used. In general, this operation uses `fuzzData` to load the root message element, and then recursively applies `consumeMessage` to any child elements. More specifically: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MESSAGE> static void xref:BloombergLP/bdlat/FuzzUtil/consumeMessage-0f.adoc[consumeMessage]( t_MESSAGE* message, xref:BloombergLP/bslim/FuzzDataView.adoc[bslim::FuzzDataView]* fuzzData); ---- [.small]#xref:BloombergLP/bdlat/FuzzUtil/consumeMessage-0f.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MESSAGE> static void xref:BloombergLP/bdlat/FuzzUtil/consumeMessage-02.adoc[consumeMessage]( t_MESSAGE* message, xref:BloombergLP/bslim/FuzzDataView.adoc[bslim::FuzzDataView]* fuzzData, xref:BloombergLP/bdlat/FuzzUtilOptions.adoc[FuzzUtilOptions] const& options); ---- [.small]#xref:BloombergLP/bdlat/FuzzUtil/consumeMessage-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#