spdlog
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
dragonbox::decimal_fp< T > Struct Template Reference

Detailed Description

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

Definition at line 1209 of file format.h.

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

Definition at line 1210 of file format.h.

Member Data Documentation

◆ exponent

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

Definition at line 1212 of file format.h.

◆ significand

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

Definition at line 1211 of file format.h.


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