openfoam/applications/test/ListOps
Mark Olesen 87523acad3 ENH: add ListOps find/found accepting a unary predicate (#1182)
- can also be used for other purposes.
  Eg,

      if (ListOps::found(list, matcher))
      {
         ...
      }

  vs.

      if (!findStrings(matcher, list).empty())
      {
         ...
      }
2019-01-25 11:45:03 +01:00
..
Make pplications/test/ListOps/Make/options: Removed extraneous backslash 2016-02-08 16:33:56 +00:00
Test-ListOps.C ENH: add ListOps find/found accepting a unary predicate (#1182) 2019-01-25 11:45:03 +01:00