macro static_format_args($fmt, $arg/* ... */) { ... }

Receiver macro for format_args that constructs a fold expression chain that writes each argument into the formatter and bails early if an error occurs. This is the default receiver for format_args.