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