ΒΆtemplate <typename Locale,
fmt::enable_if_t<
(detail::is_locale<Locale>::value),
int> = 0>
inline auto vformat(const Locale& loc,
fmt::string_view fmt,
fmt::format_args args)
-> std::string
template <typename Locale,
fmt::enable_if_t<
(detail::is_locale<Locale>::value),
int> = 0>
inline auto vformat(const Locale& loc,
fmt::string_view fmt,
fmt::format_args args)
-> std::string
Declared at: third_party/fmt/include/fmt/format.h:4425
Templates
- Locale
- fmt::enable_if_t<(detail::is_locale
::value), int>
Parameters
- const Locale& loc
- fmt::string_view fmt
- fmt::format_args args