FastLED 3.9.15
Loading...
Searching...
No Matches
fl::printf_detail::FormatSpec Struct Reference

Detailed Description

Definition at line 90 of file stdio.h.

#include <stdio.h>

Public Member Functions

 FormatSpec ()=default
 
 FormatSpec (char t) FL_NOEXCEPT
 
 FormatSpec (char t, int prec) FL_NOEXCEPT
 

Public Attributes

bool alt_form = false
 
bool left_align = false
 
int precision = -1
 
bool show_sign = false
 
bool space_sign = false
 
char type = '\0'
 
bool uppercase = false
 
int width = 0
 
bool zero_pad = false
 

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