openfoam/applications/test/sizeof
Mark Olesen effd69a005 ENH: add refPtr release() method
- releases ownership of the pointer. A no-op (and returns nullptr)
  for references.

  Naming consistent with unique_ptr and autoPtr.

DOC: adjust wording for memory-related classes

- add is_const() method for tmp, refPtr.

  Drop (ununsed and confusing looking) isTmp method from refPtr
  in favour of is_pointer() or movable() checks

ENH: noexcept for some pTraits methods, remove redundant 'inline'

- test for const first for tmp/refPtr (simpler logic)
2021-11-15 19:34:01 +01:00
..
Make ENH: support all 12 Euler rotation orders (#1292) 2019-05-10 11:20:21 +02:00
Test-sizeof.C ENH: add refPtr release() method 2021-11-15 19:34:01 +01:00