An open API service indexing awesome lists of open source software.

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.

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/).