Skip to content
Snippets Groups Projects
user avatar
Mark Olesen authored
- 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) ...
21557091
History
Name Last commit Last update
..
Make
Test-autoPtr.C