https://github.com/kjczarne/cpp_20_concepts_example
Example declarations and usage of C++20 Concepts
https://github.com/kjczarne/cpp_20_concepts_example
Last synced: 3 months ago
JSON representation
Example declarations and usage of C++20 Concepts
- Host: GitHub
- URL: https://github.com/kjczarne/cpp_20_concepts_example
- Owner: kjczarne
- Created: 2022-06-07T21:34:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T21:40:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T04:12:04.585Z (4 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++20 Concepts Example
The `main.cpp` file contains a bunch of simple C++20 concepts examples.