Go to the source code of this file.
|
template<typename OutputIt, typename... Args> |
auto | format_to (OutputIt out, etl::string_view fmt, Args const &... args) -> OutputIt |
| Format args according to the format string fmt, and write the result to the output iterator out.
|
|
template<typename OutputIter, typename... Args> |
auto | format_to_n (OutputIter out, diff_t< OutputIter > n, etl::string_view fmt, Args const &... args) -> format_to_n_result< OutputIter > |
| Format args according to the format string fmt, and write the result to the output iterator out. At most n characters are written.
|
|