[#BloombergLP-bslfmt-FormatSpecificationParserEnums-Sections] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatSpecificationParserEnums.adoc[FormatSpecificationParserEnums]::Sections :relfileprefix: ../../../ :mrdocs: Bit flags indicating which format‐spec sections were parsed. == Synopsis Declared in `<bslfmt_formatspecificationparser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Sections; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#