https://github.com/coralkashri/cppdecoratordesignpattern
C++ (Compile-Time) Decorator Design Pattern implemented using inheritance.
https://github.com/coralkashri/cppdecoratordesignpattern
compile-time cpp cppsenioreas decorator-pattern design-pattern metaprogramming
Last synced: 8 months ago
JSON representation
C++ (Compile-Time) Decorator Design Pattern implemented using inheritance.
- Host: GitHub
- URL: https://github.com/coralkashri/cppdecoratordesignpattern
- Owner: coralkashri
- License: mit
- Created: 2020-05-28T17:30:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T16:40:35.000Z (about 5 years ago)
- Last Synced: 2025-06-02T19:18:45.213Z (10 months ago)
- Topics: compile-time, cpp, cppsenioreas, decorator-pattern, design-pattern, metaprogramming
- Language: C++
- Homepage: https://cppsenioreas.wordpress.com/2021/01/03/design-patterns-decorators-cpp/
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CppDecoratorDesignPattern
C++ (Compile-Time) Decorator Design Pattern implemented using inheritance.
Example and tutorial for using this decorator can be found at [C++ Senioreas](https://cppsenioreas.wordpress.com) blog [Design Patterns: Decorators article](https://cppsenioreas.wordpress.com/2021/01/03/design-patterns-decorators-cpp/).