[#BloombergLP-bslim-FuzzDataView-removePrefix] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/FuzzDataView.adoc[FuzzDataView]::removePrefix :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslim/FuzzDataView.adoc[FuzzDataView] removePrefix(std::size_t numBytes); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#