WPILibC++ 2023.4.3-108-ge5452e3
basic_format_specs< Char > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Inheritance diagram for basic_format_specs< Char >:
dynamic_format_specs< Char >

Public Member Functions

constexpr basic_format_specs ()
 

Public Attributes

int width
 
int precision
 
presentation_type type
 
align_t align: 4
 
sign_t sign: 3
 
bool alt: 1
 
bool localized: 1
 
detail::fill_t< Char > fill
 

Constructor & Destructor Documentation

◆ basic_format_specs()

template<typename Char >
constexpr basic_format_specs< Char >::basic_format_specs ( )
inlineconstexpr

Member Data Documentation

◆ align

template<typename Char >
align_t basic_format_specs< Char >::align

◆ alt

template<typename Char >
bool basic_format_specs< Char >::alt

◆ fill

template<typename Char >
detail::fill_t<Char> basic_format_specs< Char >::fill

◆ localized

template<typename Char >
bool basic_format_specs< Char >::localized

◆ precision

template<typename Char >
int basic_format_specs< Char >::precision

◆ sign

template<typename Char >
sign_t basic_format_specs< Char >::sign

◆ type

template<typename Char >
presentation_type basic_format_specs< Char >::type

◆ width

template<typename Char >
int basic_format_specs< Char >::width

The documentation for this struct was generated from the following file: