Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.89.0.
Constructor.
template< class Allocator> chunk_last( Trailer const& trailer, Allocator const& allocator);
|
Name |
Description |
|---|---|
|
|
The trailer to use. This type must meet the requirements of Fields. |
|
|
The allocator to use for storing temporary data associated with the serialized trailer buffers. |