Skip to content

Sample project to demonstrate Visitor pattern with static polymorphism.

Notifications You must be signed in to change notification settings

waqqas/StaticVisitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample project to demonstrate Visitor pattern with static polymorphism.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages