Same as the preceding overload for floating‐point TYPE.
Synopsis
Declared in <bslim_fuzzutil.h>
template<class TYPE>
static
TYPE
consumeNumberInRange(
FuzzDataView* fuzzDataView,
TYPE min,
TYPE max)
requires bsl::is_floating_point<TYPE>::value;
Return Value
a value of TYPE in the inclusive range [`min` .. max]
Parameters
Name |
Description |
fuzzDataView |
view providing fuzz input bytes |
min |
inclusive lower bound of the result |
max |
inclusive upper bound of the result |
Created with MrDocs