A generic functor (manipulator) with a function call operator that matches the signature expected by the bdlat_TypeCategoryUtil::manipulateByCategory operation.
Declared in <bdlat_fuzzutil.h>
struct FuzzUtil_ManipulatorWithCategory;
| Name | Description |
|---|---|
operator() | Call FuzzUtil::consume(object, fuzzData). Return 0. |
| Name | Description |
|---|---|
fuzzData | Fuzz input bytes used to populate visited objects. |
options | Options controlling how fuzz data is consumed; may be null. |