The alignment of a formatted value within its field width.

Synopsis

Declared in <fmt/base.h>

enum class align : int;

Members

Name

Description

none

No alignment specified; the default for the argument type is used.

left

Left alignment ('<').

right

Right alignment ('>').

center

Center alignment ('ˆ').

numeric

Numeric alignment ('='), padding after the sign and base prefix.

Created with MrDocs