Agora  1.2.0
Agora project
fmt::v8::detail::dragonbox::decimal_fp< T > Struct Template Reference

#include <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 fmt::v8::detail::dragonbox::decimal_fp< T >::significand_type = typename float_info<T>::carrier_uint

Member Data Documentation

◆ exponent

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

◆ significand

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

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