Skip to content

Add requirement for IdType

Simon Praetorius requested to merge feature/concepts-idtype into master

The IDs in an IdSet must fulfill some requirements. In the grid documentation it states "the ids must be usable as keys for STL associative containers, like a std::map or a std::unordered_map. This means, an ID must be hashable and totally ordered.

Edited by Simon Praetorius

Merge request reports