BloombergLP::bslim::FuzzDataView::removePrefix

Remove the specified initial numBytes from this view if numBytes <= length() and remove length() bytes otherwise; return a view to the bytes that were removed. Note that this method will decrease the length of this view by min(numBytes, length()) bytes.

Synopsis

Declared in <bslim_fuzzdataview.h>

FuzzDataView
removePrefix(std::size_t numBytes);