WPILibC++ 2024.3.2
detail::float_specs Struct Reference

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

Public Attributes

int precision
 
float_format format: 8
 
sign_t sign: 8
 
bool upper: 1
 
bool locale: 1
 
bool binary32: 1
 
bool showpoint: 1
 

Member Data Documentation

◆ binary32

bool detail::float_specs::binary32

◆ format

float_format detail::float_specs::format

◆ locale

bool detail::float_specs::locale

◆ precision

int detail::float_specs::precision

◆ showpoint

bool detail::float_specs::showpoint

◆ sign

sign_t detail::float_specs::sign

◆ upper

bool detail::float_specs::upper

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