Alignment option values corresponding to format alignment characters.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

enum Alignment;

Members

Name

Description

e_ALIGN_DEFAULT

No alignment specified.

e_ALIGN_LEFT

Left alignment (<).

e_ALIGN_MIDDLE

Center alignment (ˆ).

e_ALIGN_RIGHT

Right alignment (>).

Created with MrDocs