Do you use it?
Custom types and std::format from C++20
by Bartlomiej Filipek
From the article:
std::format is a large and powerful addition in C++20 that allows us to format text into strings efficiently. It adds Python-style formatting with safety and ease of use.
This article will show you how to implement custom formatters that fit into this new std::format architecture...
Add a Comment
Comments are closed.