cpp_samples/README.md

7 lines
195 B
Markdown
Raw Normal View History

2025-02-09 15:09:32 +01:00
# cpp_samples
A repository of samples in C++
- peano.cpp: Pattern Matching and Type Arithmetic in C++
- typecollections.cpp : Pattern Matching of Variadic Templates for Type Collections in C++