...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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, a macro to hint pointer alignment, and a function to verify pointer value alignment.
Table 2.1. The Boost.Align Library
Component |
Description |
---|---|
|
Pointer alignment function |
|
Pointer and integral alignment functions |
|
Aligned allocation and deallocation functions |
|
Alignment aware allocator |
|
Alignment aware allocator adaptor |
|
Deleter for deallocation of aligned allocations |
|
Trait to query alignment requirement of a type |
|
Macro for static pointer alignment hint |
|
Pointer and integral alignment checking |
Last revised: May 05, 2016 at 21:18:23 GMT |