Skip to content

Add HybridTreePath::operator[] const

Carsten Gräser requested to merge feature/hybridtreepath-index-access into master

This adds two versions of HybridTreePath::operator[]. A static one using Dune::index_constant as index and a dynamic one using std::size_t as index. The latter will always use std::size_t as result type. Notice that both versions are const.

Edited by Carsten Gräser

Merge request reports