项目作者: waqqas
项目描述 :
Sample project to demonstrate Visitor pattern with static polymorphism.
高级语言: C++
项目地址: git://github.com/waqqas/StaticVisitor.git
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