WPILibC++ 2024.3.2
format_specs< Char > Struct Template Reference

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

Public Member Functions

constexpr 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

◆ format_specs()

template<typename Char = char>
constexpr format_specs< Char >::format_specs ( )
inlineconstexpr

Member Data Documentation

◆ align

template<typename Char = char>
align_t format_specs< Char >::align

◆ alt

template<typename Char = char>
bool format_specs< Char >::alt

◆ fill

template<typename Char = char>
detail::fill_t<Char> format_specs< Char >::fill

◆ localized

template<typename Char = char>
bool format_specs< Char >::localized

◆ precision

template<typename Char = char>
int format_specs< Char >::precision

◆ sign

template<typename Char = char>
sign_t format_specs< Char >::sign

◆ type

template<typename Char = char>
presentation_type format_specs< Char >::type

◆ width

template<typename Char = char>
int format_specs< Char >::width

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