template <template <class Elf> class Fuzzer>

struct ElfFuzzer

Defined at line 38 of file ../../src/lib/elfldltl/testing/include/lib/elfldltl/testing/fuzzer.h

Randomly delegate to any of the four instantiations of Fuzzer, which are

default-constructible classes of objects callable with FuzzedDataProvider

&

.

Public Methods

int operator() (FuzzedDataProvider & provider)

Defined at line 47 of file ../../src/lib/elfldltl/testing/include/lib/elfldltl/testing/fuzzer.h

Records