...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Set the serialized buffer size limit.
void limit( std::size_t limit);
This function adjusts the limit on the maximum size of the buffers passed
to the visitor. The new size limit takes effect in the following call
to http::serializer::next
.
The default is no buffer size limit.
Name |
Description |
---|---|
|
The new buffer size limit. If this number is zero, the size limit is removed. |