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