#include <format-inl.h>
|
| fp () |
|
| fp (uint64_t f_val, int e_val) |
|
template<typename Double > |
| fp (Double d) |
|
template<typename Float , FMT_ENABLE_IF(is_supported_float< Float >::value) > |
bool | assign (Float d) |
|
template<typename Float , FMT_ENABLE_IF(!is_supported_float< Float >::value) > |
bool | assign (Float) |
|
Definition at line 175 of file format-inl.h.
detail::fp::fp |
( |
uint64_t |
f_val, |
|
|
int |
e_val |
|
) |
| |
|
inline |
template<typename Double >
detail::fp::fp |
( |
Double |
d | ) |
|
|
inlineexplicit |
template<typename Float , FMT_ENABLE_IF(is_supported_float< Float >::value) >
bool detail::fp::assign |
( |
Float |
d | ) |
|
|
inline |
template<typename Float , FMT_ENABLE_IF(!is_supported_float< Float >::value) >
bool detail::fp::assign |
( |
Float |
| ) |
|
|
inline |
Initial value:=
std::numeric_limits<double>::digits - 1
Definition at line 190 of file format-inl.h.
significand_type detail::fp::f |
The documentation for this class was generated from the following file: