Alignment options parsed from a format specification.
Declared in <bslfmt_formatspecificationparser.h>
enum Alignment;
| Name | Description |
|---|---|
e_ALIGN_DEFAULT | Use the default alignment for the formatted output. |
e_ALIGN_LEFT | Left-align formatted output. |
e_ALIGN_MIDDLE | Center-align formatted output. |
e_ALIGN_RIGHT | Right-align formatted output. |