Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • amdis
  • amdis-core
  • Merge requests
  • !244

Enforce style convention to apply and forEach functions and add recursive implementations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge feature/treecontainer_transformation into master Nov 21, 2020
  • Overview 0
  • Commits 4
  • Changes 16

Summary

Put all the utilities for container operations into the Ranges namespace:

  • Ranges::apply
  • Ranges::applyIndices
  • Ranges::forEach
  • Ranges::forIndices

Add the new namespace Recursive for recursive application of functions to containers:

  • Recursive::apply
  • Recursive::forEach
Edited Nov 21, 2020 by Praetorius, Simon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/treecontainer_transformation