The alignment option of a std‐format‐spec's fill/align part.

Synopsis

Declared in <mp‐units/utility/format.h>

enum class fmt_align : int8_t;

Members

Name

Description

none

No alignment was specified.

left

Left alignment (<).

right

Right alignment (>).

center

Center alignment (ˆ).

numeric

Alignment defaulting to right for non‐string types and applying to the sign/prefix (=).

Created with MrDocs