|  | Home | Libraries | People | FAQ | More | 
Construct a buffer sequence prefix in-place.
template< class... Args> buffers_prefix_view( std::size_t size, boost::in_place_init_t, Args&&... args);
| Name | Description | 
|---|---|
| 
                       | The maximum number of bytes in the prefix. If this is larger than the size of passed buffers, the resulting sequence will represent the entire input sequence. | 
| 
                       | Arguments forwarded to the contained buffer's constructor. |