HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
 

Detailed Description

template<typename T>
struct dragonbox::decimal_fp< T >

Definition at line 1207 of file format.h.

Member Typedef Documentation

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

Definition at line 1208 of file format.h.

Member Data Documentation

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

Definition at line 1210 of file format.h.

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

Definition at line 1209 of file format.h.


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