ΒΆtemplate <typename Float,
fmt::enable_if_t<
(!is_double_double<Float>::value),
int> = 0>
constexpr void format_hexfloat(
Float value,
int precision,
fmt::detail::float_specs specs,
buffer<char>& buf)
template <typename Float,
fmt::enable_if_t<
(!is_double_double<Float>::value),
int> = 0>
constexpr void format_hexfloat(
Float value,
int precision,
fmt::detail::float_specs specs,
buffer<char>& buf)
Declared at: third_party/fmt/include/fmt/format.h:3192
Templates
- Float
- fmt::enable_if_t<(!is_double_double
::value), int>
Parameters
- Float value
- int precision
- fmt::detail::float_specs specs
- buffer<char>& buf