Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
Semantic requirements in concepts | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2020/10/26/semantic-requirements-in-concepts/
links
backlinks
Roast topics
Find topics
Find it!
The word ‘concept’ in the context of C++ generic programming has two meanings. The first is more abstract: it is the notion from the domain of Generic Programming (GP) in general. GP is…