Return a DatetimeTz based on the next bytes from the specified fuzzDataView, and update fuzzDataView to reflect the bytes consumed.
Synopsis
Declared in <bdlt_fuzzutil.h>
static
DatetimeTz
consumeDatetimeTz(bslim::FuzzDataView* fuzzDataView);
Return Value
a DatetimeTz generated from the fuzz data
Parameters
Name |
Description |
fuzzDataView |
view providing fuzz input bytes |
Created with MrDocs