Skip the given number of bytes in the underlying stream.
Synopsis
Declared in <serialize.h>
void
ignore(size_t num);
Parameters
Name |
Description |
num |
The number of bytes to skip. |
Created with MrDocs
Skip the given number of bytes in the underlying stream.
Declared in <serialize.h>
void
ignore(size_t num);
Name |
Description |
num |
The number of bytes to skip. |
Created with MrDocs