Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 445
    • Issues 445
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
Switch branch/tag
  • openfoam
  • src
  • sampling
  • sampledSet
  • sampledSets
  • sampledSetsGrouping.C
Find file BlameHistoryPermalink
  • Mark OLESEN's avatar
    ENH: add ListOps find/found accepting a unary predicate (#1182) · 87523aca
    Mark OLESEN authored Jan 25, 2019
    - can also be used for other purposes.
      Eg,
    
          if (ListOps::found(list, matcher))
          {
             ...
          }
    
      vs.
    
          if (!findStrings(matcher, list).empty())
          {
             ...
          }
    87523aca