An open API service indexing awesome lists of open source software.

https://github.com/waqqas/staticvisitor

Sample project to demonstrate Visitor pattern with static polymorphism.
https://github.com/waqqas/staticvisitor

cpp cpp11 design-patterns polymorphism static-polymorphism visitor-pattern

Last synced: 6 months ago
JSON representation

Sample project to demonstrate Visitor pattern with static polymorphism.

Awesome Lists containing this project

README

          

Introduction
---

Building
---

- mkdir build
- cd build
- cmake ..
- make

Sample Output
---
```
info: buyer, type1
info: seller, type1
s1: count 5
info: buyer, type2
info: seller, type2
s2: count -5
```

References
---

-
-