The Visitor pattern and multiple dispatch
C++
The Visitor pattern is a pattern that separates the algorithm from the object structure, which is the data for…
Apr 11, 2026
This blog is a no-fluff collection of C++ code snippets, tips, puzzles and C++ projects. Here, I have also documented my deep-dives on concurrency, performance and computer architecture topics.