BloombergLP::bslfmt::TestSpecificationGenerator::Alignment

Alignment option values corresponding to format alignment characters.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

enum Alignment;

Members

NameDescription
e_ALIGN_DEFAULT No alignment specified.
e_ALIGN_LEFT Left alignment (<).
e_ALIGN_MIDDLE Center alignment (^).
e_ALIGN_RIGHT Right alignment (>).