Alignment options parsed from a format specification.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

enum Alignment;

Members

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.

Created with MrDocs