Template Function format(char *, Head, Tail…)

Function Documentation

template<typename Head, typename ...Tail>
void format(char *buf, Head head, Tail... tail) noexcept