This repo contains examples from the book Modern C++ Design by Andrei Alexandrescu. Andrei gives snippets of code in the book to illustrate the design pattern. Here I pieced the snippets together and wrote executable scripts.
- Any C++ compiler with C++03 and after.
- Visitor pattern
- Multi-dispatcher pattern
See my blog posts for design breakdown and tutorials.
Ansel Blumers
Email: ansel.blumers@gmail.com