...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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. |