52#ifndef labelPairHashes_H
53#define labelPairHashes_H
A HashTable with keys but without contents that is similar to std::unordered_set.
A HashTable similar to std::unordered_map.
HashTable< T, labelPair, Foam::Hash< labelPair > > LabelPairMap
HashTable< label, labelPair, Foam::Hash< labelPair > > labelPairLookup
This is a Map of a labelPair to a label. Used for e.g. for face1, face2 to shared edge....
HashSet< labelPair, Foam::Hash< labelPair > > labelPairHashSet
A HashSet for a labelPair. The hashing is based on labelPair (FixedList) and is thus non-commutative.