|  | Home | Libraries | People | FAQ | More | 
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. |