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.70.0 Library Documentation - Memory

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
Standard
 
Categories
Algorithms, Function objects and higher-order programming, Memory, Miscellaneous, Patterns and Idioms
Pool

Memory pool management.

Author(s)
Steve Cleary
First Release
1.21.0
Standard
 
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
Standard
TR1
Categories
Memory
Align

Memory alignment functions, allocators, and traits.

Author(s)
Glen Fernandes
First Release
1.56.0
Standard
 
Categories
Memory