ΒΆtemplate <typename OutputIt,
typename UInt,
typename Char,
fmt::enable_if_t<
(!std::is_pointer<remove_cvref_t<
OutputIt>>::value),
int> = 0>
inline auto write_significand(
OutputIt out,
UInt significand,
int significand_size,
int integral_size,
Char decimal_point) -> OutputIt
template <typename OutputIt,
typename UInt,
typename Char,
fmt::enable_if_t<
(!std::is_pointer<remove_cvref_t<
OutputIt>>::value),
int> = 0>
inline auto write_significand(
OutputIt out,
UInt significand,
int significand_size,
int integral_size,
Char decimal_point) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2578
Templates
- OutputIt
- UInt
- Char
- fmt::enable_if_t<(!std::is_pointer
>::value), int>
Parameters
- OutputIt out
- UInt significand
- int significand_size
- int integral_size
- Char decimal_point