openfoam/applications/test/ListOps2
Mark Olesen ac317699d8 ENH: additional HashTable emplace/insert/set methods (#1286)
- support move insert/set and emplace insertion.

  These adjustments can be used for improved memory efficiency, and
  allow hash tables of non-copyable objects (eg, std::unique_ptr).

- extend special HashTable output treatment to include pointer-like
  objects such as autoPtr and unique_ptr.

ENH: HashTable::at() method with checking. Fatal if entry does not exist.
2019-05-06 08:34:39 +02:00
..
Make ENH: update List and DynamicList methods (issue #595) 2017-09-20 17:20:54 +02:00
Test-ListOps2.C ENH: additional HashTable emplace/insert/set methods (#1286) 2019-05-06 08:34:39 +02:00