Brief bookclub talk I gave at work introducing the visitor design pattern and multiple-dispatch in C++.
Chapter 18 from Hands-On Design Patterns with C++ by Fedor G. Pikus.

Source code:
visitor.cpp


One Reply to “Visitor Pattern and Multiple-Dispatch Explained”

Leave a Reply