17 template <
typename Char>
23 return vformat_to<arg_formatter<range>>(
27 template <
typename Char>
37 template <
typename S,
typename Char = FMT_CHAR(S)>
44 template <
typename S,
typename... Args>
45 inline std::basic_string<FMT_CHAR(S)>
format(
52 template <
typename String,
typename OutputIt,
typename... Args>
58 return vformat_to<arg_formatter<range>>(
62 template <
typename OutputIt,
typename S,
typename... Args>
63 inline typename std::enable_if<
66 format_to(OutputIt out,
const std::locale &loc,
const S &format_str,
67 const Args &...
args) {
77 #endif // FMT_LOCALE_H_
std::enable_if< internal::is_string< S >::value &&internal::is_output_iterator< OutputIt >::value, OutputIt >::type format_to(OutputIt out, const std::locale &loc, const S &format_str, const Args &...args)
#define FMT_END_NAMESPACE
std::enable_if<!is_compile_string< S >::value >::type check_format_string(const S &)
buffer_context< Char >::type::iterator vformat_to(internal::basic_buffer< Char > &buf, basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args)
dummy_string_view to_string_view(...)
std::basic_string< Char > vformat(basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args)
JAVACC_STRING_TYPE String
basic_buffer< char > buffer
const GenericPointer< typename T::ValueType > T2 value
std::basic_string< FMT_CHAR(S)> format(const std::locale &loc, const S &format_str, const Args &...args)
std::string to_string(ModuleType const mt)