[#DataStream-ignore] = xref:DataStream.adoc[DataStream]::ignore :relfileprefix: ../ :mrdocs: Skip `num_ignore` bytes from the front of the stream, advancing the read position. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ignore(size_t num_ignore); ---- == Parameters [cols="1,4"] |=== | Name| Description | *num_ignore* | Number of bytes to skip. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#