Bit flags indicating which format‐spec sections were parsed.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

enum Sections;

Members

Name

Description

e_SECTIONS_NONE

No format‐spec sections have been parsed.

e_SECTIONS_FILL_ALIGN

No format‐spec sections have been parsed.

e_SECTIONS_SIGN_FLAG

Format‐spec section for the sign flag.

e_SECTIONS_ALTERNATE_FLAG

Format‐spec section for the sign flag.

e_SECTIONS_ZERO_PAD_FLAG

Format‐spec section for the sign flag.

e_SECTIONS_WIDTH

Format‐spec section for the sign flag.

e_SECTIONS_PRECISION

Format‐spec section for the sign flag.

e_SECTIONS_LOCALE_FLAG

Format‐spec section for the sign flag.

e_SECTIONS_REMAINING_SPEC

Format‐spec section for the sign flag.

e_SECTIONS_ALL

Format‐spec section for the sign flag.

Created with MrDocs