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 the documentation for an old version of Boost. Click here to view this page for the latest version.

Boost 1.55.0 Library Documentation - Memory

Memory

Pool

Memory pool management.

Author(s)
Steve Cleary
First Release
1.21.0
Categories
Memory
Smart Ptr

Smart pointer class templates.

Author(s)
Greg Colvin, Beman Dawes, Peter Dimov, Darin Adler and Glen Fernandes
First Release
1.23.0
Categories
Memory
Utility

Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom.

Author(s)
Dave Abrahams and others
First Release
1.13.0
Categories
Algorithms, Function objects and higher-order programming, Memory, Miscellaneous, Patterns and Idioms