Detailed Description
Definition in file HashSet.H.
Go to the source code of this file.
Namespaces |
| namespace | Foam |
| | Namespace for OpenFOAM.
|
Functions |
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator| (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Combine entries from HashSets.
|
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator& (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Create a HashSet that only contains entries found in both HashSets.
|
| template<class Key , class Hash > |
| HashSet< Key, Hash > | operator^ (const HashSet< Key, Hash > &hash1, const HashSet< Key, Hash > &hash2) |
| | Create a HashSet that only contains unique entries (xor)
|