Skip to content

Introduce Traits class for checking whether Tree can be accessed by given TreePath

Praetorius, Simon requested to merge feature/dynamic_tree_index into master

Summary

This MR adds a Traits/Concept that allows to check that a typetree can be accessed by given index or treepath. This allows to give better diagnostics at compile-time.

Merge request reports