Chinese Yellow Pages | Classifieds | Knowledge | Tax | IME

Month: March 2024

C++20 features

modules concept ( can put some limit/restrict on the template type ) template <template-parameter-list> concept concept-name = constraint-expression; https://ggulgulia.medium.com/c-20-concepts-part-1-the-basics-40f051c72776 #include <iostream> #include <vector>//first define a concept for print //lets call it…