...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Flush option.
Defined in header <boost/beast/zlib/zlib.hpp>
enum Flush
Name |
Description |
---|---|
|
No policy. |
|
Flush all pending output on a bit boundary and hold up to seven bits. |
|
Flush all pending output on a bit boundary. |
|
Flush all pending output on a byte boundary. |
|
Flush all pending output on a byte boundary and reset state. |
|
Compress the input left in a single step. |
|
Flush output as in |
The allowed flush values for the deflate_stream::write
and inflate_stream::write
functions.
Please refer to deflate_stream::write
and inflate_stream::write
for details.