Synopsis
Declared in <fmt/xchar.h>
template<
typename OutputIt,
typename S,
typename... T,
typename Char = /* implementation-defined */>
format_to_n_result<OutputIt>
format_to_n(
OutputIt out,
size_t n,
S const& fmt,
T...&&... args);
Created with MrDocs