Daily bit(e) of C++ | std::print, std::println
Daily bit(e) of C++ #375, The C++23 formatted output to stdio FILE descriptors: std::print, std::println.
The C++23 std::print and std::println are the counterparts to std::format that format to a stdio FILE descriptor instead of producing a std::string.
Both std::print and std::println by default output to the standard output (stdout).