Skip to content

Constrain the Types member of IndexSet

Simon Praetorius requested to merge concept/geometry-types into master

Summary

This defines what the IndexSet::Types type has to fulfill. It should be a (random-access) container, i.e., we want to iterate over GeometryTypes and want to access its size and each individual element.

Edited by Simon Praetorius

Merge request reports