[#BloombergLP-bdlat-FuzzUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::FuzzUtil :relfileprefix: ../../ :mrdocs: This utility `class` provides a namespace for a suite of functions operating on objects of type `bslim::FuzzDataView` and providing the consumption of fuzz data bytes into `bdlat`‐compatible types. == Synopsis Declared in `<bdlat_fuzzutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FuzzUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat/FuzzUtil/consumeMessage-06.adoc[`consumeMessage`] | `consumeMessage` overloads |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlat/FuzzUtil_ManipulatorWithCategory.adoc[BloombergLP::bdlat::FuzzUtil_ManipulatorWithCategory]` | A generic functor (manipulator) with a function call operator that matches the signature expected by the `bdlat_TypeCategoryUtil::manipulateByCategory` operation. | `xref:BloombergLP/bdlat/FuzzUtil_Manipulator.adoc[BloombergLP::bdlat::FuzzUtil_Manipulator]` | A generic functor (manipulator) with function call operators that match the signature expected by the `bdlat__Functions::manipulate_` operations. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#