A generic functor (manipulator) with function call operators that match the signature expected by the bdlat__Functions::manipulate_ operations.

Synopsis

Declared in <bdlat_fuzzutil.h>

struct FuzzUtil_Manipulator;

Member Functions

Name

Description

operator()

Call FuzzUtil::consume(object, fuzzData). Return 0.

Data Members

Name

Description

fuzzData

Fuzz input bytes used to populate visited objects.

options

Options controlling how fuzz data is consumed; may be null.

Created with MrDocs