Files
openfoam/applications/test
Mark Olesen 215570915e ENH: explicit convert to bool operator for autoPtr
- behaves the same as the valid() method, but can be queried directly
  like a normal raw pointer and as per std::unique_ptr.
  Eg,

      autoPtr<T> ptr = ...

      if (ptr) ...
2018-07-30 14:33:22 +02:00
..
2017-05-17 10:18:14 +02:00
2018-07-30 12:13:42 +02:00
2018-02-26 12:05:00 +01:00
2013-09-27 22:47:59 +01:00