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 2015. The current version is 1.90.0.
Table of Contents
This library provides an alignment function, aligned allocation and deallocation functions, an aligned allocator, an aligned allocator adaptor, an aligned deleter, a type trait to query alignment requirements, and a function to verify pointer value alignment.
Table 2.1. The Boost.Align Library
|
Component |
Description |
|---|---|
|
|
Pointer alignment function |
|
|
Aligned allocation and deallocation functions |
|
|
Alignment aware allocator |
|
|
Alignment aware allocator adaptor |
|
|
Deleter for constructed objects allocated with the alignment function |
|
|
Type trait to query alignment requirement of a type at compile time |
|
|
Pointer alignment verification function |
Last revised: April 02, 2015 at 09:16:06 GMT |