Skip to content

[properties] Add property system implementation without macros and variadic templates

Timo Koch requested to merge feature/property-system-without-macros into master

An new implementation of the property system with variadic templates and without macros

  • variadic (unlimited hierarchy instead of 5 levels)
  • uses no class inheritance
  • uses no macros

Merge request reports