WPILibC++ 2024.3.2
detail::dragonbox::decimal_fp< T > Struct Template Reference

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

Public Types

using significand_type = typename float_info< T >::carrier_uint
 

Public Attributes

significand_type significand
 
int exponent
 

Member Typedef Documentation

◆ significand_type

template<typename T >
using detail::dragonbox::decimal_fp< T >::significand_type = typename float_info<T>::carrier_uint

Member Data Documentation

◆ exponent

template<typename T >
int detail::dragonbox::decimal_fp< T >::exponent

◆ significand

template<typename T >
significand_type detail::dragonbox::decimal_fp< T >::significand

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