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

https://github.com/qqwy/cpp-traits-with-variants

Example of how to implement Traits in C++ that also work when constructing a collection of trait-implementing objects.
https://github.com/qqwy/cpp-traits-with-variants

cplusplus cplusplus-17 template-metaprogramming traits visitor-pattern

Last synced: 8 months ago
JSON representation

Example of how to implement Traits in C++ that also work when constructing a collection of trait-implementing objects.

Awesome Lists containing this project

README

          

# cpp-traits-with-variants
Example of how to implement Traits in C++ that also work when constructing a collection of trait-implementing objects.