项目作者: waqqas

项目描述 :
Sample project to demonstrate Visitor pattern with static polymorphism.
高级语言: C++
项目地址: git://github.com/waqqas/StaticVisitor.git
创建时间: 2019-07-19T15:21:09Z
项目社区:https://github.com/waqqas/StaticVisitor

开源协议:

下载


Introduction

Building

  • mkdir build
  • cd build
  • cmake ..
  • make

Sample Output

  1. info: buyer, type1
  2. info: seller, type1
  3. s1: count 5
  4. info: buyer, type2
  5. info: seller, type2
  6. s2: count -5

References