ΒΆtemplate <typename ErrorHandler =
              fmt::detail::error_handler,
          typename Char>
constexpr auto parse_float_type_spec(
    const format_specs<Char>& specs,
    ErrorHandler&& eh = {})
    -> fmt::detail::float_specs

Declared at: third_party/fmt/include/fmt/format.h:2452

Templates

ErrorHandler
Char

Parameters

const format_specs<Char>& specs
ErrorHandler&& eh = {}