ParamsStream::ignore

Skip the given number of bytes in the underlying stream.

Synopsis

Declared in <serialize.h>

void
ignore(size_t num);

Parameters

NameDescription
numThe number of bytes to skip.