`std::format` is C++20's new formatting facility, which is used by `std::print` and friends. Currently argparse only supports C++11 style iostreams.
std::formatis C++20's new formatting facility, which is used bystd::printand friends. Currently argparse only supports C++11 style iostreams.