https://github.com/koraa/template_switch
Express switch statements using templates
https://github.com/koraa/template_switch
Last synced: about 2 months ago
JSON representation
Express switch statements using templates
- Host: GitHub
- URL: https://github.com/koraa/template_switch
- Owner: koraa
- Created: 2015-10-16T00:42:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T14:04:19.000Z (over 9 years ago)
- Last Synced: 2025-01-30T18:22:21.804Z (4 months ago)
- Language: C++
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# template_switch
C++11 template that allows expressing case statements with
templates and lets you use runtime values from a predefined
set as template parameters.