Serialize the filter to a stream.
Synopsis
Declared in <blockfilter.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Parameters
Name |
Description |
s |
The output stream to write to. |
Created with MrDocs
Serialize the filter to a stream.
Declared in <blockfilter.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Name |
Description |
s |
The output stream to write to. |
Created with MrDocs