Skip to content

Type based member access from multiple tuples

Christoph Lehmann requested to merge chleh/ogs:multi-tuple-get into master

Like std::get<SomeType>(some_tuple) but supporting multiple tuples.

This function will be needed for upcoming TRM refactorings.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behaviour change was documented?
Edited by Christoph Lehmann

Merge request reports