Files
openfoam/applications/test
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
..
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00
2017-05-17 10:18:14 +02:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00
2013-09-27 22:47:59 +01:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00