#include <format-inl.h>
|
| 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) |
| |
| | fp () |
| |
| | fp (uint64_t f_val, int e_val) |
| |
| template<typename Double > |
| | fp (Double d) |
| |
Definition at line 1087 of file format-inl.h.
template<typename Float >
| 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 1102 of file format-inl.h.
The documentation for this class was generated from the following file: