[#ParamsStream-02-ignore] = xref:ParamsStream-02.adoc[ParamsStream]::ignore :relfileprefix: ../ :mrdocs: Skip the given number of bytes in the underlying stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ignore(size_t num); ---- == Parameters [cols="1,4"] |=== | Name| Description | *num* | The number of bytes to skip. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#