|
cds
2.3.2
|
#include <cds/details/aligned_type.h>
Public Types | |
| typedef aligned_type< T, alignof(AlignAs)>::type | type |
Result of meta-algo: type T aligned like type AlignAs. | |
Alignment by example
This meta-algo is similar to aligned_type <T, alignof(AlignAs)>.
For example, the following code
declares type aligned_int which is int aligned like double.
See also: aligned_type