A generic functor (manipulator) with function call operators that match the signature expected by the bdlat_Functions::manipulate operations.
Declared in <bdlat_fuzzutil.h>
struct FuzzUtil_Manipulator;
| 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. |