#include <format.h>
template<typename F>
struct basic_fp< F >
- Examples:
- standalone/dsmprint.C.
Definition at line 1651 of file format.h.
template<typename F>
template<typename Float >
template<typename F>
template<typename Float , FMT_ENABLE_IF(!is_double_double< Float >::value) >
template<typename F>
template<typename Float , FMT_ENABLE_IF(is_double_double< Float >::value) >
template<typename F>
constexpr const int basic_fp< F >::num_significand_bits |
|
static |
Initial value:=
static_cast<int>(sizeof(F) * num_bits<unsigned char>())
Definition at line 1655 of file format.h.
The documentation for this struct was generated from the following file: