Types of alignment strategy.
Synopsis
Declared in <bsls_alignment.h>
enum Strategy;
Members
Name |
Description |
|
Align memory block based on the most restrictive alignment requirements of the host platform. |
|
Align memory block on an address that is the largest power of two that evenly divides the size (in bytes) of the block. |
|
Align memory block based on the least restrictive alignment requirements of the host platform (1‐byte aligned). |
Created with MrDocs