ΒΆtemplate <typename Char,
typename OutputIt,
typename T,
fmt::enable_if_t<
(is_floating_point<T>::value),
int> = 0>
constexpr auto write(
OutputIt out,
T value,
format_specs<Char> specs,
fmt::detail::locale_ref loc = {}) -> OutputIt
template <typename Char,
typename OutputIt,
typename T,
fmt::enable_if_t<
(is_floating_point<T>::value),
int> = 0>
constexpr auto write(
OutputIt out,
T value,
format_specs<Char> specs,
fmt::detail::locale_ref loc = {}) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:3638
Templates
- Char
- OutputIt
- T
- fmt::enable_if_t<(is_floating_point
::value), int>
Parameters
- OutputIt out
- T value
- format_specs<Char> specs
- fmt::detail::locale_ref loc = {}